Freigeben über


UITestControl.Enabled-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieses Steuerelement aktiviert ist.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Enabled As Boolean
    Get
public virtual bool Enabled { get; }
public:
virtual property bool Enabled {
    bool get ();
}
abstract Enabled : bool
override Enabled : bool
function get Enabled () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn dieses Steuerelement aktiviert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace