Freigeben über


UITestControl.ControlType-Eigenschaft

Ruft den Typ des Benutzeroberflächen-Steuerelements ab.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ControlType As ControlType
    Get
public virtual ControlType ControlType { get; }
public:
virtual property ControlType^ ControlType {
    ControlType^ get ();
}
abstract ControlType : ControlType
override ControlType : ControlType
function get ControlType () : ControlType

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.ControlType
Der Typ des Benutzeroberflächen-Steuerelements.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace