Share via


ISpaceReservationManager.UpdatePopupAgent Method

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)

Syntax

'Declaration
Sub UpdatePopupAgent ( _
    agent As ISpaceReservationAgent, _
    visualSpan As ITrackingSpan, _
    styles As PopupStyles _
)
void UpdatePopupAgent(
    ISpaceReservationAgent agent,
    ITrackingSpan visualSpan,
    PopupStyles styles
)
void UpdatePopupAgent(
    ISpaceReservationAgent^ agent, 
    ITrackingSpan^ visualSpan, 
    PopupStyles styles
)
abstract UpdatePopupAgent : 
        agent:ISpaceReservationAgent * 
        visualSpan:ITrackingSpan * 
        styles:PopupStyles -> unit 
function UpdatePopupAgent(
    agent : ISpaceReservationAgent, 
    visualSpan : ITrackingSpan, 
    styles : PopupStyles
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

ISpaceReservationManager Interface

Microsoft.VisualStudio.Text.Editor Namespace