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