Partilhar via


Propriedade ITestElement.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
ReadOnly Property Id As TestId
    Get
TestId Id { get; }
property TestId^ Id {
    TestId^ get ();
}
abstract Id : TestId
function get Id () : TestId

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common