ITestCaseHelper.DoRequiredFieldsExist 方法

返回一个值,该值指示管理员是否自定义了此工作项类型来省略所有测试用例需要的部分或所有字段。

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

语法

声明
Function DoRequiredFieldsExist As Boolean
bool DoRequiredFieldsExist()
bool DoRequiredFieldsExist()
abstract DoRequiredFieldsExist : unit -> bool 
function DoRequiredFieldsExist() : boolean

返回值

类型:System.Boolean
如果管理员尚未自定义此工作项类型来省略所有测试用例需要的部分或所有字段,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

ITestCaseHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间