Partager via


ISmartTagBroker.IsSmartTagActive, méthode

Détermine si une balise active est active.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : Boolean
true s'il y a au moins une session de balise active pour ITextView spécifié, false sinon.

Sécurité .NET Framework

Voir aussi

Référence

ISmartTagBroker Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms