IQuickInfoBroker::TriggerQuickInfo Method (ITextView^)

 

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)

IQuickInfoSession^ TriggerQuickInfo(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView for which Quick Info is to be triggered.

Quick Info is triggered in the ITextView to which this broker is attached.

Return to top
Show: