Partager via


IQuickInfoBroker.CreateQuickInfoSession, méthode

Crée, mais ne démarre pas de session Info express à l'emplacement spécifié dans la ITextBuffer.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Function CreateQuickInfoSession ( _
    textView As ITextView, _
    triggerPoint As ITrackingPoint, _
    trackMouse As Boolean _
) As IQuickInfoSession
IQuickInfoSession CreateQuickInfoSession(
    ITextView textView,
    ITrackingPoint triggerPoint,
    bool trackMouse
)
IQuickInfoSession^ CreateQuickInfoSession(
    ITextView^ textView, 
    ITrackingPoint^ triggerPoint, 
    bool trackMouse
)
abstract CreateQuickInfoSession : 
        textView:ITextView * 
        triggerPoint:ITrackingPoint * 
        trackMouse:bool -> IQuickInfoSession
function CreateQuickInfoSession(
    textView : ITextView, 
    triggerPoint : ITrackingPoint, 
    trackMouse : boolean
) : IQuickInfoSession

Paramètres

  • trackMouse
    Type : Boolean

    true si la session doit être fermée lorsque la souris quitte l'étendue d'applicabilité de la session, sinon false.

Valeur de retour

Type : Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession
Session Info express valide, ou Null si aucune session n'a pu être créée.

Sécurité .NET Framework

Voir aussi

Référence

IQuickInfoBroker Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms