Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestPointHelper::SaveTestPoints Method (array<ITestPoint^>^)

 

Saves given test points.

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

void SaveTestPoints(
	array<ITestPoint^>^ pointsToSave
)

Parameters

pointsToSave
Type: array<Microsoft.TeamFoundation.TestManagement.Client::ITestPoint^>^

The points to save.

Return to top
Show: