Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function RemoveAgent ( _
agent As ISpaceReservationAgent _
) As Boolean
bool RemoveAgent(
ISpaceReservationAgent agent
)
bool RemoveAgent(
ISpaceReservationAgent^ agent
)
abstract RemoveAgent :
agent:ISpaceReservationAgent -> bool
function RemoveAgent(
agent : ISpaceReservationAgent
) : boolean
Parameters
agent
Type: Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgentThe agent to remove.
Return Value
Type: Boolean
true if the agent was in the list of agents to remove, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.