Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of agents managed by this manager.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property Agents As ReadOnlyCollection(Of ISpaceReservationAgent)
ReadOnlyCollection<ISpaceReservationAgent> Agents { get; }
property ReadOnlyCollection<ISpaceReservationAgent^>^ Agents {
ReadOnlyCollection<ISpaceReservationAgent^>^ get ();
}
abstract Agents : ReadOnlyCollection<ISpaceReservationAgent> with get
function get Agents () : ReadOnlyCollection<ISpaceReservationAgent>
Property Value
Type: ReadOnlyCollection<ISpaceReservationAgent>
The agents.
Remarks
Any implementation of a ISpaceReservationAgent can be used for this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.