Partilhar via


Propriedade TestElement.Id

Obtém a ID para o elemento de teste.

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

Sintaxe

'Declaração
Public ReadOnly Property Id As TestId
    Get
public TestId Id { get; }
public:
virtual property TestId^ Id {
    TestId^ get () sealed;
}
abstract Id : TestId
override Id : TestId
final function get Id () : TestId

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
A identificação para este elemento de teste.

Implementações

ITestElement.Id

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common