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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。