IQuickInfoBroker::TriggerQuickInfo Method (ITextView^, ITrackingPoint^, Boolean)
Visual Studio 2015
Triggers Quick Info at the specified position in the buffer, either tracking or not tracking the mouse.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
IQuickInfoSession^ TriggerQuickInfo(
ITextView^ textView,
ITrackingPoint^ triggerPoint,
bool trackMouse
)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which Quick Info is to be triggered.
- triggerPoint
-
Type:
Microsoft.VisualStudio.Text::ITrackingPoint^
The ITrackingPoint in the text buffer at which Quick Info should be triggered.
- trackMouse
-
Type:
System::Boolean
true if the session should be dismissed when the mouse leaves the applicability span of the session, false otherwise.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::IQuickInfoSession^The IQuickInfoSession.
Show: