Partager via


ITestPointHelper.UnblockTestPoints, méthode

Débloque des points de test donnés. Cela signifie pour ces points de test que le TestPointState aura la valeur Ready. 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 UnblockTestPoints ( _
    pointsToUnblock As ITestPoint() _
)
void UnblockTestPoints(
    ITestPoint[] pointsToUnblock
)
void UnblockTestPoints(
    array<ITestPoint^>^ pointsToUnblock
)
abstract UnblockTestPoints : 
        pointsToUnblock:ITestPoint[] -> unit
function UnblockTestPoints(
    pointsToUnblock : ITestPoint[]
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ITestPointHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms