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
'Usage
Dim instance As TestElement
Dim value As String
value = instance.HumanReadableId
[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 ();
}
public function get HumanReadableId () : String
Property Value
Type: System.String
The ID of this test element as it appears in the user interface.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.