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)

property ReadOnlyCollection<ISpaceReservationAgent^>^ Agents {
	ReadOnlyCollection<ISpaceReservationAgent^>^ get();
}

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

Return to top
Show: