Freigeben über


UITestActionFilter.Enabled-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Filter aktiviert ist.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn dieser Filter aktiviert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestActionFilter Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace