ISpaceReservationManager::Agents Property
Visual Studio 2015
Gets the list of agents managed by this manager.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
property ReadOnlyCollection<ISpaceReservationAgent^>^ Agents {
ReadOnlyCollection<ISpaceReservationAgent^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ISpaceReservationAgent^>^The agents.
Any implementation of a ISpaceReservationAgent can be used for this method.
Show: