ITestPointHelper.SaveTestPoints 方法 (ITestPoint[])

 

保存给定的测试点。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

参数

  • pointsToSave
    要保存的点

请参阅

ITestPointHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首