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 WebTestRequestPlugin.PreRequestDataBinding(Object, PreRequestDataBindingEventArgs).
Namespace: Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Sub PreRequestDataBinding ( _
sender As Object, _
e As PreRequestDataBindingEventArgs _
)
public override void PreRequestDataBinding(
Object sender,
PreRequestDataBindingEventArgs e
)
public:
virtual void PreRequestDataBinding(
Object^ sender,
PreRequestDataBindingEventArgs^ e
) override
abstract PreRequestDataBinding :
sender:Object *
e:PreRequestDataBindingEventArgs -> unit
override PreRequestDataBinding :
sender:Object *
e:PreRequestDataBindingEventArgs -> unit
public override function PreRequestDataBinding(
sender : Object,
e : PreRequestDataBindingEventArgs
)
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
SPLTPT_MTSL_SetContextParameterValue Class
Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General Namespace