ITestElement.HumanReadableId Property

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

Syntax

'宣言
ReadOnly Property HumanReadableId As String
'使用
Dim instance As ITestElement
Dim value As String

value = instance.HumanReadableId
string HumanReadableId { get; }
property String^ HumanReadableId {
    String^ get ();
}
function get HumanReadableId () : String

Property Value

Type: System.String

Permissions

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace