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