Condividi tramite


Proprietà TestElement.HumanReadableId

Ottiene l'ID di questo elemento di test visualizzato nell'interfaccia utente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property HumanReadableId As String
    Get
[UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")]
[PropertyWindowAttribute]
public virtual string HumanReadableId { get; }
[UserVisiblePropertyAttribute(L"{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")]
[PropertyWindowAttribute]
public:
virtual property String^ HumanReadableId {
    String^ get ();
}
[<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")>]
[<PropertyWindowAttribute>]
abstract HumanReadableId : string
[<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")>]
[<PropertyWindowAttribute>]
override HumanReadableId : string
function get HumanReadableId () : String

Valore proprietà

Tipo: System.String
L'ID di questo elemento di test visualizzato nell'interfaccia utente.

Implementa

ITestElement.HumanReadableId

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common