TestElement.HumanReadableId Property

Gets the ID of this test element as it appears in the user interface.

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

Syntax

'Declaration
<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

Property Value

Type: String
The ID of this test element as it appears in the user interface.

Implements

ITestElement.HumanReadableId

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace