Freigeben über


TestElement.IsAutomated-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieses Testelement automatisiert ist.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property IsAutomated As Boolean
[VisiblePropertyAttribute]
public virtual bool IsAutomated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool IsAutomated {
    bool get ();
}
[<VisiblePropertyAttribute>]
abstract IsAutomated : bool with get
[<VisiblePropertyAttribute>]
override IsAutomated : bool with get
function get IsAutomated () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn dieses Testelement automatisiert ist, andernfalls false.

Implementiert

ITestElement.IsAutomated

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace