Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pointsToSave
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPoint[]The points to save.
See Also
ITestPointHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top