다음을 통해 공유


WebTestPlugin.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
)

매개 변수

설명

이 메서드는 가상 메서드이므로 WebTestPlugin의 작성자가 구현 여부를 결정할 수 있습니다.구현되어 있지 않으면 기본 클래스 구현이 호출되지만 바로 반환됩니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

WebTestPlugin 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스