Compartilhar via


Propriedade TestAndCategoryPair.IsBrokenLink

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

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

TestAndCategoryPair Classe

Namespace Microsoft.VisualStudio.TestTools.Common