Partager via


IQuickInfoBroker.IsQuickInfoActive, méthode

Détermine s'il y a au moins une session Info express active dans la ITextView spécifiée.

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

Syntaxe

'Déclaration
Function IsQuickInfoActive ( _
    textView As ITextView _
) As Boolean
bool IsQuickInfoActive(
    ITextView textView
)
bool IsQuickInfoActive(
    ITextView^ textView
)
abstract IsQuickInfoActive : 
        textView:ITextView -> bool
function IsQuickInfoActive(
    textView : ITextView
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true s'il y a au moins une session Info express active sur ITextView spécifié, false sinon.

Sécurité .NET Framework

Voir aussi

Référence

IQuickInfoBroker Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms