ITestPointHelper.SaveTestPoints Method (ITestPoint[])

 

Saves given test points.

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

Syntax

void SaveTestPoints(
    ITestPoint[] pointsToSave
)
void SaveTestPoints(
    array<ITestPoint^>^ pointsToSave
)
abstract SaveTestPoints : 
        pointsToSave:ITestPoint[] -> unit
Sub SaveTestPoints (
    pointsToSave As ITestPoint()
)

Parameters

See Also

ITestPointHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top