ISpaceReservationManager::RemoveAgent Method (ISpaceReservationAgent^)
Visual Studio 2015
Removes the specified space reservation agent from the list of agents managed by this manager.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- agent
-
Type:
Microsoft.VisualStudio.Text.Editor::ISpaceReservationAgent^
The agent to remove.
Return Value
Type: System::Booleantrue if the agent was in the list of agents to remove, otherwise false.
Show: