Freigeben über


ITestPointHelper.BlockTestPoints-Methode

Blockiert angegebene Testpunkte. Dies bedeutet für diese Testpunkte, dass der TestPointState NotReady ist und das letzte Testergebnis das Ergebnis "Blockiert" oder "Abgeschlossen" aufweist.

Die TestPointHistory wird aktualisiert.

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[]
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPointHelper Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace