HtmlLabel.DisplayText Property
Gets the display text on this label.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisplayText As String
public virtual string DisplayText { get; }
public:
virtual property String^ DisplayText {
String^ get ();
}
abstract DisplayText : string with get
override DisplayText : string with get
function get DisplayText () : String
Property Value
Type: String
The display text on this label.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace