ISpaceReservationManager::UpdatePopupAgent Method (ISpaceReservationAgent^, ITrackingSpan^, PopupStyles)
Visual Studio 2015
Updates the specified agent with the specified span.
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.
Show: