ITestPointHelper.UnblockTestPoints 方法

unblocks 特定测试点。意味着这些测试点,TestPointState 准备就绪。将更新 TestPointHistory。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

ITestPointHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间