WebTestPlugin.PostWebTest(Object, PostWebTestEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void PostWebTest(System::Object ^ sender, Microsoft::VisualStudio::TestTools::WebTesting::PostWebTestEventArgs ^ e);
public virtual void PostWebTest (object sender, Microsoft.VisualStudio.TestTools.WebTesting.PostWebTestEventArgs e);
abstract member PostWebTest : obj * Microsoft.VisualStudio.TestTools.WebTesting.PostWebTestEventArgs -> unit
override this.PostWebTest : obj * Microsoft.VisualStudio.TestTools.WebTesting.PostWebTestEventArgs -> unit
Public Overridable Sub PostWebTest (sender As Object, e As PostWebTestEventArgs)
Parameters
- sender
- Object