ITestPointHelper.BlockTestPoints 方法

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

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

语法

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

参数

.NET Framework 安全性

请参见

参考

ITestPointHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间