Freigeben über


ISpaceReservationManager.Agents-Eigenschaft

Ruft die Liste der von diesem Manager verwalteten Agents ab.

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>

Eigenschaftswert

Typ: ReadOnlyCollection<ISpaceReservationAgent>
Die Agents.

Hinweise

Jede Implementierung von ISpaceReservationAgent kann für diese Methode verwendet werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISpaceReservationManager Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace