Partilhar via


Propriedade TestElement.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
<PropertyWindowAttribute> _
<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")> _
Public Overridable ReadOnly Property HumanReadableId As String
[PropertyWindowAttribute]
[UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")]
public virtual string HumanReadableId { get; }
[PropertyWindowAttribute]
[UserVisiblePropertyAttribute(L"{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")]
public:
virtual property String^ HumanReadableId {
    String^ get ();
}
[<PropertyWindowAttribute>]
[<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")>]
abstract HumanReadableId : string with get
[<PropertyWindowAttribute>]
[<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")>]
override HumanReadableId : string with get
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.

Implementações

ITestElement.HumanReadableId

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common