Partilhar via


Propriedade TestAndCategoryPair.Enabled

Obtém um valor que indica se o vínculo entre o teste e a categoria está ativado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean
true Se o link entre o teste e a categoria estiver habilitado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

TestAndCategoryPair Classe

Namespace Microsoft.VisualStudio.TestTools.Common