Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function TriggerSignatureHelp ( _
textView As ITextView _
) As ISignatureHelpSession
ISignatureHelpSession TriggerSignatureHelp(
ITextView textView
)
ISignatureHelpSession^ TriggerSignatureHelp(
ITextView^ textView
)
abstract TriggerSignatureHelp :
textView:ITextView -> ISignatureHelpSession
function TriggerSignatureHelp(
textView : ITextView
) : ISignatureHelpSession
Parameters
textView
Type: Microsoft.VisualStudio.Text.Editor.ITextViewThe 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.