ITestPointHelper.BlockTestPoints Method
Blocks given test points. This means for these test points, the TestPointState will be NotReady, the most recent test result will have the outcome as Blocked and state as Completed.
The TestPointHistory will be updated.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub BlockTestPoints ( _
pointsToBlock As ITestPoint() _
)
void BlockTestPoints(
ITestPoint[] pointsToBlock
)
void BlockTestPoints(
array<ITestPoint^>^ pointsToBlock
)
abstract BlockTestPoints :
pointsToBlock:ITestPoint[] -> unit
function BlockTestPoints(
pointsToBlock : ITestPoint[]
)
Parameters
pointsToBlock
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPoint[]The points to block.
.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.