ITestPlanHelper2.Find2 方法 (Int32, Boolean)

 

发布时间: 2016年4月

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

语法

ITestPlan Find2(
    int testPlanId,
    bool excludePlansWithNoRootSuite = true
)
ITestPlan^ Find2(
    int testPlanId,
    bool excludePlansWithNoRootSuite = true
)
abstract Find2 : 
        testPlanId:int *
        excludePlansWithNoRootSuite:bool = true -> ITestPlan
Function Find2 (
    testPlanId As Integer,
    excludePlansWithNoRootSuite As Boolean
) As ITestPlan

参数

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan

请参阅

ITestPlanHelper2 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首