ISignatureHelpBroker::TriggerSignatureHelp Method (ITextView^)
Visual Studio 2015
Begins the process of signature help at the position of the caret.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView over which to trigger signature help.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::ISignatureHelpSession^A valid signature help session. May be null if no session could be created.
Show: