ISpaceReservationManager::UpdatePopupAgent Method (ISpaceReservationAgent^, ITrackingSpan^, PopupStyles)

 

Updates the specified agent with the specified span.

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

void UpdatePopupAgent(
	ISpaceReservationAgent^ agent,
	ITrackingSpan^ visualSpan,
	PopupStyles styles
)

Parameters

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

The agent to add.

visualSpan
Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The agent's new visual span.

styles
Type: Microsoft.VisualStudio.Text.Adornments::PopupStyles

The popup styles.

This method updates only popup agents, and returns for other agents.

Return to top
Show: