ISpaceReservationManager.Agents Property

Definition

Gets the list of agents managed by this manager.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^> ^ Agents { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent> Agents { get; }
member this.Agents : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent>
Public ReadOnly Property Agents As ReadOnlyCollection(Of ISpaceReservationAgent)

Property Value

The agents.

Remarks

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

Applies to