ISpaceReservationManager.Agents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.