Condividi tramite


Proprietà ITestElement.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
ReadOnly Property HumanReadableId As String
    Get
string HumanReadableId { get; }
property String^ HumanReadableId {
    String^ get ();
}
abstract HumanReadableId : string
function get HumanReadableId () : String

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common