TestElement.IsAutomated Property

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

Syntax

'宣言
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property IsAutomated As Boolean
'使用
Dim instance As TestElement
Dim value As Boolean

value = instance.IsAutomated
[VisiblePropertyAttribute]
public virtual bool IsAutomated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool IsAutomated {
    bool get ();
}
public function get IsAutomated () : boolean

Property Value

Type: System.Boolean

Implements

ITestElement.IsAutomated

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace