ISpaceReservationManager.RemoveAgent(ISpaceReservationAgent) Method

Definition

Removes agent from the list of agents managed by this manager.

public:
 bool RemoveAgent(Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ agent);
public:
 bool RemoveAgent(Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ agent);
bool RemoveAgent(Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent const & agent);
public bool RemoveAgent (Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent agent);
abstract member RemoveAgent : Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent -> bool
Public Function RemoveAgent (agent As ISpaceReservationAgent) As Boolean

Parameters

agent
ISpaceReservationAgent

The agent to remove.

Returns

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

Applies to