新しいテスト結果パラメーターを作成してコレクションに追加します。
名前空間: 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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。