Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the friendly name of the control type for generating action log entries.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public ReadOnly Property FriendlyName As String
public string FriendlyName { get; }
public:
property String^ FriendlyName {
String^ get ();
}
member FriendlyName : string
function get FriendlyName () : String
Property Value
Type: System.String
The friendly name of this control type object.
.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.