Partager via


TestAndCategoryPair.Enabled, propriété

Obtient une valeur qui indique si le lien entre le test et la catégorie est activé.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Enabled As Boolean
    Get
public bool Enabled { get; }
public:
property bool Enabled {
    bool get ();
}
member Enabled : bool
function get Enabled () : boolean

Valeur de propriété

Type : System.Boolean
true si le lien entre le test et la catégorie est activé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

TestAndCategoryPair Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms