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.
Triggers Quick Info at the position of the caret in the specified ITextView.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Function TriggerQuickInfo ( _
textView As ITextView _
) As IQuickInfoSession
IQuickInfoSession TriggerQuickInfo(
ITextView textView
)
IQuickInfoSession^ TriggerQuickInfo(
ITextView^ textView
)
abstract TriggerQuickInfo :
textView:ITextView -> IQuickInfoSession
function TriggerQuickInfo(
textView : ITextView
) : IQuickInfoSession
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The ITextView for which Quick Info is to be triggered.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession
The IQuickInfoSession.
Remarks
Quick Info is triggered in the ITextView to which this broker is attached.
.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.