Share via


UITechnologyElementProxy.ControlTypeName Property

Gets the universal control type of this element.

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

Property Value

Type: String

Implements

IUITechnologyElement.ControlTypeName

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace