ISignatureHelpBroker Methods

 

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

NameDescription
System_CAPS_pubmethodCreateSignatureHelpSession(ITextView^, ITrackingPoint^, Boolean)

Creates a signature help session without starting it.

System_CAPS_pubmethodDismissAllSessions(ITextView^)

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

System_CAPS_pubmethodGetSessions(ITextView^)

Gets the list of all signature help sessions for this broker's ITextView.

System_CAPS_pubmethodIsSignatureHelpActive(ITextView^)

Determines whether signature help is active.

System_CAPS_pubmethodTriggerSignatureHelp(ITextView^)

Begins the process of signature help at the position of the caret.

System_CAPS_pubmethodTriggerSignatureHelp(ITextView^, ITrackingPoint^, Boolean)

Starts the process of signature help at the specified point.

Return to top
Show: