ISpaceReservationManager::AddAgent Method (ISpaceReservationAgent^)

 

Adds a space reservation agent to 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)

void AddAgent(
	ISpaceReservationAgent^ agent
)

Parameters

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

The agent to add.

Return to top
Show: