ITestCaseHelper.Find 方法 (Int32, Int32)
通过使用给定测试用例标识符和修订从服务器中检索测试用例。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Function Find ( _
testCaseId As Integer, _
revision As Integer _
) As ITestCase
ITestCase Find(
int testCaseId,
int revision
)
ITestCase^ Find(
int testCaseId,
int revision
)
abstract Find :
testCaseId:int *
revision:int -> ITestCase
function Find(
testCaseId : int,
revision : int
) : ITestCase
参数
- testCaseId
类型:System.Int32
请求的测试用例的标识符。
- revision
类型:System.Int32
测试用例修订号。
返回值
类型:Microsoft.TeamFoundation.TestManagement.Client.ITestCase
所请求的 ITestCase 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。