ITestPoint.Block Method ()

 

Blocks this test point by setting the ITestPointProperties.State property to TestPointState.NotReady.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

void Block()
void Block()
abstract Block : unit -> unit
Sub Block

See Also

ITestPointProperties.State
TestPointState
Unblock
ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top