TestElement.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
Public ReadOnly Property Id As TestId
public TestId Id { get; }
public:
virtual property TestId^ Id {
    TestId^ get () sealed;
}
abstract Id : TestId with get
override Id : TestId with get
final function get Id () : TestId

Valor de propiedad

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

Implementaciones

ITestElement.Id

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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