TestElement.IsAutomated 属性

获取一个值,该值指示是否自动执行此测试元素。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

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

属性值

类型:System.Boolean
如果自动执行此测试元素,则为 true;否则为 false。

实现

ITestElement.IsAutomated

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间