WebTestPlugin.PreWebTest(Object, PreWebTestEventArgs) 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 PreWebTest(System::Object ^ sender, Microsoft::VisualStudio::TestTools::WebTesting::PreWebTestEventArgs ^ e);
public virtual void PreWebTest (object sender, Microsoft.VisualStudio.TestTools.WebTesting.PreWebTestEventArgs e);
abstract member PreWebTest : obj * Microsoft.VisualStudio.TestTools.WebTesting.PreWebTestEventArgs -> unit
override this.PreWebTest : obj * Microsoft.VisualStudio.TestTools.WebTesting.PreWebTestEventArgs -> unit
Public Overridable Sub PreWebTest (sender As Object, e As PreWebTestEventArgs)
Parameters
- sender
- Object