UITechnologyElementProxy.FriendlyName Property
Gets the user-friendly name for this element like display text that will help the user to quickly recognize the element on the screen.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FriendlyName As String
public override string FriendlyName { get; }
public:
virtual property String^ FriendlyName {
String^ get () override;
}
abstract FriendlyName : string with get
override FriendlyName : string with get
override function get FriendlyName () : String
Property Value
Type: String
Implements
IUITechnologyElement.FriendlyName
.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.