次の方法で共有


PostWebTestRecordingEventArgs.RecordedWebTestModified プロパティ

プラグインがイベント ハンドラーの記録された Web パフォーマンス テストの内容を変更したかどうかを取得または設定します。

名前空間:  Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)

構文

'宣言
Public Property RecordedWebTestModified As Boolean
public bool RecordedWebTestModified { get; set; }
public:
property bool RecordedWebTestModified {
    bool get ();
    void set (bool value);
}
member RecordedWebTestModified : bool with get, set
function get RecordedWebTestModified () : boolean
function set RecordedWebTestModified (value : boolean)

プロパティ値

型 : System.Boolean
RecordedWebTestWebTestRecorderPlugin イベント ハンドラーで変更された場合は true。それ以外の場合は false。

解説

WebTestRecorderPlugin イベント ハンドラー内の RecordedWebTest の内容をユーザー コードで変更する場合は、RecordedWebTestModified を WebTestRecorderPlugin イベント ハンドラーの true に設定する必要があります。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

PostWebTestRecordingEventArgs クラス

Microsoft.VisualStudio.TestTools.WebTesting 名前空間

その他の技術情報

方法: レコーダー プラグインを作成する