共用方式為


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
如果已在 WebTestRecorderPlugin 事件處理常式中修改 RecordedWebTest,則為 true,否則為 false。

備註

如果使用者程式碼修改 WebTestRecorderPlugin 事件處理常式中 RecordedWebTest 的內容,RecordedWebTestModified 就必須在 WebTestRecorderPlugin 事件處理常式中設定為 true。

.NET Framework 安全性

請參閱

參考

PostWebTestRecordingEventArgs 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間

其他資源

HOW TO:建立錄製器外掛程式