Freigeben über


ITestPointHelper.UnblockTestPoints-Methode

Hebt die Blockierung von angegebenen Testpunkten auf. Dies bedeutet für diese Testpunkte, dass der TestPointState "Bereit" ist. Die TestPointHistory wird aktualisiert.

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

Syntax

'Declaration
Sub UnblockTestPoints ( _
    pointsToUnblock As ITestPoint() _
)
void UnblockTestPoints(
    ITestPoint[] pointsToUnblock
)
void UnblockTestPoints(
    array<ITestPoint^>^ pointsToUnblock
)
abstract UnblockTestPoints : 
        pointsToUnblock:ITestPoint[] -> unit
function UnblockTestPoints(
    pointsToUnblock : ITestPoint[]
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPointHelper Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace