Condividi tramite


Metodo IQuickInfoBroker.CreateQuickInfoSession

Crea ma non avvia una sessione di informazioni rapide nella posizione specificata in ITextBuffer.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
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

Parametri

  • trackMouse
    Tipo: Boolean

    true se la sessione deve essere chiusa automaticamente quando il mouse lascia l'intervallo di applicabilità della sessione; in caso contrario false.

Valore restituito

Tipo: Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession
Una sessione di informazioni rapide valida, o null se non è stato possibile crearne.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IQuickInfoBroker Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense