Compartir a través de


ITestElement.Id (Propiedad)

Obtiene el identificador de este elemento de prueba.

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

Sintaxis

'Declaración
ReadOnly Property Id As TestId
TestId Id { get; }
property TestId^ Id {
    TestId^ get ();
}
abstract Id : TestId with get
function get Id () : TestId

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
El identificador de este elemento de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

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