ITestPointHelper.SaveTestPoints Method
Saves given test points.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub SaveTestPoints ( _
pointsToSave As ITestPoint() _
)
void SaveTestPoints(
ITestPoint[] pointsToSave
)
void SaveTestPoints(
array<ITestPoint^>^ pointsToSave
)
abstract SaveTestPoints :
pointsToSave:ITestPoint[] -> unit
function SaveTestPoints(
pointsToSave : ITestPoint[]
)
Parameters
pointsToSave
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPoint[]The points to save.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.