Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides WebTestPlugin.PreWebTest(Object, PreWebTestEventArgs).
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Sub PreWebTest ( _
sender As Object, _
e As PreWebTestEventArgs _
)
public override void PreWebTest(
Object sender,
PreWebTestEventArgs e
)
public:
virtual void PreWebTest(
Object^ sender,
PreWebTestEventArgs^ e
) override
abstract PreWebTest :
sender:Object *
e:PreWebTestEventArgs -> unit
override PreWebTest :
sender:Object *
e:PreWebTestEventArgs -> unit
public override function PreWebTest(
sender : Object,
e : PreWebTestEventArgs
)
Parameters
- sender
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins Namespace