IQuickInfoBroker.TriggerQuickInfo Method (ITextView, ITrackingPoint, Boolean)

Triggers Quick Info at the specified position in the buffer, either tracking or not tracking the mouse.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Function TriggerQuickInfo ( _
    textView As ITextView, _
    triggerPoint As ITrackingPoint, _
    trackMouse As Boolean _
) As IQuickInfoSession
IQuickInfoSession TriggerQuickInfo(
    ITextView textView,
    ITrackingPoint triggerPoint,
    bool trackMouse
)
IQuickInfoSession^ TriggerQuickInfo(
    ITextView^ textView, 
    ITrackingPoint^ triggerPoint, 
    bool trackMouse
)
abstract TriggerQuickInfo : 
        textView:ITextView * 
        triggerPoint:ITrackingPoint * 
        trackMouse:bool -> IQuickInfoSession 
function TriggerQuickInfo(
    textView : ITextView, 
    triggerPoint : ITrackingPoint, 
    trackMouse : boolean
) : IQuickInfoSession

Parameters

  • 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.

.NET Framework Security

See Also

Reference

IQuickInfoBroker Interface

TriggerQuickInfo Overload

Microsoft.VisualStudio.Language.Intellisense Namespace