Condividi tramite


Proprietà ITestElement.HumanReadableId

Ottiene l'ID dell'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
ReadOnly Property HumanReadableId As String
string HumanReadableId { get; }
property String^ HumanReadableId {
    String^ get ();
}
abstract HumanReadableId : string with get
function get HumanReadableId () : String

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common