Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.ITextViewThe 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.