Partilhar via


Propriedade ITestElement.HumanReadableId

Obtém a ID deste elemento de teste, como ele aparece na interface do usuário.

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

Sintaxe

'Declaração
ReadOnly Property HumanReadableId As String
    Get
string HumanReadableId { get; }
property String^ HumanReadableId {
    String^ get ();
}
abstract HumanReadableId : string
function get HumanReadableId () : String

Valor de propriedade

Tipo: System.String
A identificação desse elemento de teste como ele aparece na interface do usuário.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common