Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unblocks given test points. This means for these test points, the TestPointState will be Ready. The TestPointHistory will be updated.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub UnblockTestPoints ( _
pointsToUnblock As ITestPoint() _
)
void UnblockTestPoints(
ITestPoint[] pointsToUnblock
)
void UnblockTestPoints(
array<ITestPoint^>^ pointsToUnblock
)
abstract UnblockTestPoints :
pointsToUnblock:ITestPoint[] -> unit
function UnblockTestPoints(
pointsToUnblock : ITestPoint[]
)
Parameters
pointsToUnblock
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPoint[]The points to unblock.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.