共用方式為


WebTestRecorderPlugin.PostWebTestRecording 方法

在錄製 Web 效能測試之後,由 Web 效能測試架構呼叫。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Overridable Sub PostWebTestRecording ( _
    sender As Object, _
    e As PostWebTestRecordingEventArgs _
)
public virtual void PostWebTestRecording(
    Object sender,
    PostWebTestRecordingEventArgs e
)
public:
virtual void PostWebTestRecording(
    Object^ sender, 
    PostWebTestRecordingEventArgs^ e
)
abstract PostWebTestRecording : 
        sender:Object * 
        e:PostWebTestRecordingEventArgs -> unit 
override PostWebTestRecording : 
        sender:Object * 
        e:PostWebTestRecordingEventArgs -> unit 
public function PostWebTestRecording(
    sender : Object, 
    e : PostWebTestRecordingEventArgs
)

參數

.NET Framework 安全性

請參閱

參考

WebTestRecorderPlugin 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間

其他資源

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