Aracılığıyla paylaş


ISpaceReservationManager.Agents Property

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

'Bildirim
ReadOnly Property Agents As ReadOnlyCollection(Of ISpaceReservationAgent)
ReadOnlyCollection<ISpaceReservationAgent> Agents { get; }
property ReadOnlyCollection<ISpaceReservationAgent^>^ Agents {
    ReadOnlyCollection<ISpaceReservationAgent^>^ get ();
}
abstract Agents : ReadOnlyCollection<ISpaceReservationAgent>
function get Agents () : ReadOnlyCollection<ISpaceReservationAgent>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ISpaceReservationAgent>
The agents.

Remarks

Any implementation of a ISpaceReservationAgent can be used for this method.

.NET Framework Security

See Also

Reference

ISpaceReservationManager Interface

Microsoft.VisualStudio.Text.Editor Namespace