Share via


TestElement.HumanReadableId Property

Definition

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

public:
 virtual property System::String ^ HumanReadableId { System::String ^ get(); };
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_HumanReadableId_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_HumanReadableId")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")]
[System.ComponentModel.DefaultValue("")]
public virtual string HumanReadableId { get; }
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_HumanReadableId_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_HumanReadableId")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FDB7}")>]
[<System.ComponentModel.DefaultValue("")>]
member this.HumanReadableId : string
Public Overridable ReadOnly Property HumanReadableId As String

Property Value

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

Implements

Attributes

Applies to