ITestCaseResultHelper.Save 方法
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Sub Save ( _
results As ITestCaseResult(), _
uploadInBackground As Boolean _
)
void Save(
ITestCaseResult[] results,
bool uploadInBackground
)
void Save(
array<ITestCaseResult^>^ results,
bool uploadInBackground
)
abstract Save :
results:ITestCaseResult[] *
uploadInBackground:bool -> unit
function Save(
results : ITestCaseResult[],
uploadInBackground : boolean
)
参数
- results
类型:array<Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult[]
ITestCaseResult 对象的数组。
- uploadInBackground
类型:System.Boolean
如果更新后台中的附件,则为 true;如果立即上载附件,则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。