TestResultParameterCollection.Add 方法 (String, String, String)
新创建一个测试结果参数,并将其添加到集合中。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Sub Add ( _
name As String, _
expectedValue As String, _
actualValue As String _
)
public void Add(
string name,
string expectedValue,
string actualValue
)
public:
void Add(
String^ name,
String^ expectedValue,
String^ actualValue
)
member Add :
name:string *
expectedValue:string *
actualValue:string -> unit
public function Add(
name : String,
expectedValue : String,
actualValue : String
)
参数
- name
类型:System.String
参数名。
- expectedValue
类型:System.String
期望的值。
- actualValue
类型:System.String
遇到的值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。