WebTest.AddCommentToResult メソッド
更新 : 2007 年 11 月
最後に完了した Web テストの要求、トランザクション、または含まれている Web テストに続けて、Web テストの結果にコメントを追加します。
名前空間 : Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ : Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
Public Sub AddCommentToResult ( _
comment As String _
)
'使用
Dim instance As WebTest
Dim comment As String
instance.AddCommentToResult(comment)
public void AddCommentToResult(
string comment
)
public:
void AddCommentToResult(
String^ comment
)
public function AddCommentToResult(
comment : String
)
パラメータ
comment
型 : System.Stringコメントのテキストを含む文字列です。
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。