WebTest.PostWebTest 事件
更新:2007 年 11 月
在 Web 測試執行之後發生。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
Public Event PostWebTest As EventHandler(Of PostWebTestEventArgs)
Dim instance As WebTest
Dim handler As EventHandler(Of PostWebTestEventArgs)
AddHandler instance.PostWebTest, handler
public event EventHandler<PostWebTestEventArgs> PostWebTest
public:
event EventHandler<PostWebTestEventArgs^>^ PostWebTest {
void add (EventHandler<PostWebTestEventArgs^>^ value);
void remove (EventHandler<PostWebTestEventArgs^>^ value);
}
JScript 不支援事件。
備註
如需如何處理事件的詳細資訊,請參閱使用事件。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。