PostWebTestRecordingEventArgs.RecordedWebTestModified 属性

获取或设置插件是否修改事件处理程序中记录的 Web 性能测试的内容的指示。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property RecordedWebTestModified As Boolean
    Get
    Set
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 的内容,则在 WebTestRecorderPlugin 事件处理程序中 RecordedWebTestModified 必须设置为 true。

.NET Framework 安全性

请参见

参考

PostWebTestRecordingEventArgs 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间

其他资源

如何:创建记录器插件