ISignatureHelpBroker::TriggerSignatureHelp Method (ITextView^)

 

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

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

ISignatureHelpSession^ TriggerSignatureHelp(
	ITextView^ textView
)

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.

Return to top
Show: