Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.