WebTestRequestPlugin.PreRequestDataBinding 方法
在派生类中重写时,此方法允许外部代码在数据绑定调用之前修改请求参数。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public Overridable Sub PreRequestDataBinding ( _
sender As Object, _
e As PreRequestDataBindingEventArgs _
)
public virtual void PreRequestDataBinding(
Object sender,
PreRequestDataBindingEventArgs e
)
public:
virtual void PreRequestDataBinding(
Object^ sender,
PreRequestDataBindingEventArgs^ e
)
abstract PreRequestDataBinding :
sender:Object *
e:PreRequestDataBindingEventArgs -> unit
override PreRequestDataBinding :
sender:Object *
e:PreRequestDataBindingEventArgs -> unit
public function PreRequestDataBinding(
sender : Object,
e : PreRequestDataBindingEventArgs
)
参数
- sender
类型:System.Object
激发该事件的对象。
- e
类型:Microsoft.VisualStudio.TestTools.WebTesting.PreRequestDataBindingEventArgs
PreRequestDatabindingEventArgs 对象。
备注
此方法仅在数据绑定发生前才被调用。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。