ISignatureHelpBroker::DismissAllSessions Method (ITextView^)

 

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)

void DismissAllSessions(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView over which all signature help sessions should be dismissed.

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

Return to top
Show: