ISpaceReservationManager.RemoveAgent(ISpaceReservationAgent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.