ITestPointHelper.BlockTestPoints 方法 (ITestPoint[])

 

给定测试点的块。意味着这些测试点,TestPointState 将是 NotReady,最新测试结果为阻拦和已完成状态。

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

语法

void BlockTestPoints(
    ITestPoint[] pointsToBlock
)
void BlockTestPoints(
    array<ITestPoint^>^ pointsToBlock
)
abstract BlockTestPoints : 
        pointsToBlock:ITestPoint[] -> unit
Sub BlockTestPoints (
    pointsToBlock As ITestPoint()
)

参数

  • pointsToBlock
    块的点。

请参阅

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

返回页首