Partager via


ITestPointHelper.BlockTestPoints, méthode

Bloque des points de test donnés. Cela signifie pour ces points de test (le TestPointState aura la valeur NotReady) que le résultat de test le plus récent aura un résultat Blocked et un état Completed.

TestPointHistory sera mis à jour.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Sub BlockTestPoints ( _
    pointsToBlock As ITestPoint() _
)
void BlockTestPoints(
    ITestPoint[] pointsToBlock
)
void BlockTestPoints(
    array<ITestPoint^>^ pointsToBlock
)
abstract BlockTestPoints : 
        pointsToBlock:ITestPoint[] -> unit
function BlockTestPoints(
    pointsToBlock : ITestPoint[]
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ITestPointHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms