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[]
)
参数
- pointsToBlock
类型:array<Microsoft.TeamFoundation.TestManagement.Client.ITestPoint[]
块的点。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。