Condividi tramite


Proprietà TestAndCategoryPair.Enabled

Ottiene un valore che indica se il collegamento tra il test e la categoria è abilitato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se il collegamento tra il test e la categoria è abilitato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestAndCategoryPair Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common