TestAndCategoryPair.TestId (Propiedad)

Obtiene el identificador de la prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public ReadOnly Property TestId As TestId
public TestId TestId { get; }
public:
property TestId^ TestId {
    TestId^ get ();
}
member TestId : TestId with get
function get TestId () : TestId

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
Identificador de la prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestAndCategoryPair Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestId