ISpaceReservationManager Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubmethodAddAgent(ISpaceReservationAgent^)

Adds a space reservation agent to the list of agents managed by this manager.

System_CAPS_pubmethodCreatePopupAgent(ITrackingSpan^, PopupStyles, UIElement^)

Creates a default implementation of an ISpaceReservationAgent that displays its content in a popup window.

System_CAPS_pubmethodRemoveAgent(ISpaceReservationAgent^)

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

System_CAPS_pubmethodUpdatePopupAgent(ISpaceReservationAgent^, ITrackingSpan^, PopupStyles)

Updates the specified agent with the specified span.

Return to top
Show: