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
<UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property HumanReadableId As String
[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

Property Value

Type: System.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