ISpaceReservationManager::RemoveAgent Method (ISpaceReservationAgent^)

 

Removes the specified space reservation agent from 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)

bool RemoveAgent(
	ISpaceReservationAgent^ agent
)

Parameters

agent
Type: Microsoft.VisualStudio.Text.Editor::ISpaceReservationAgent^

The agent to remove.

Return Value

Type: System::Boolean

true if the agent was in the list of agents to remove, otherwise false.

Return to top
Show: