Share via


ISignatureHelpBroker.DismissAllSessions Method

Dismisses any active signature help sessions in this broker's ITextView.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Sub DismissAllSessions ( _
    textView As ITextView _
)
void DismissAllSessions(
    ITextView textView
)
void DismissAllSessions(
    ITextView^ textView
)
abstract DismissAllSessions : 
        textView:ITextView -> unit 
function DismissAllSessions(
    textView : ITextView
)

Parameters

Remarks

This method is valid only when called while signature help is active.

.NET Framework Security

See Also

Reference

ISignatureHelpBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace