ITestPoint.IsTestCaseAutomated 属性

返回结果和TestCaseWorkItem.IsAutomated相同,但是,可以使用缓存的属性回答问题

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
ReadOnly Property IsTestCaseAutomated As Boolean
bool IsTestCaseAutomated { get; }
property bool IsTestCaseAutomated {
    bool get ();
}
abstract IsTestCaseAutomated : bool with get
function get IsTestCaseAutomated () : boolean

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ITestPoint 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间