ITestRun.QueryResults 方法

运行一个集合,其中包含此测试运行的所有测试结果。

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

语法

声明
Function QueryResults As ITestCaseResultCollection
ITestCaseResultCollection QueryResults()
ITestCaseResultCollection^ QueryResults()
abstract QueryResults : unit -> ITestCaseResultCollection 
function QueryResults() : ITestCaseResultCollection

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
测试结果的集合。

.NET Framework 安全性

请参见

参考

ITestRun 接口

QueryResults 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestCaseResultCollection