UITechnologyElementProxy.ControlTypeName-Eigenschaft

Ruft den universellen Steuerelementtyp dieses Elements ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ControlTypeName As String
public override string ControlTypeName { get; }
public:
virtual property String^ ControlTypeName {
    String^ get () override;
}
abstract ControlTypeName : string with get
override ControlTypeName : string with get
override function get ControlTypeName () : String

Eigenschaftswert

Typ: System.String

Implementiert

IUITechnologyElement.ControlTypeName

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElementProxy Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace