다음을 통해 공유


DataBindingAttribute 클래스

업데이트: 2007년 11월

웹 테스트에 대한 데이터 바인딩 속성을 정의하는 정보가 들어 있습니다. 이 클래스는 상속될 수 없습니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class DataBindingAttribute _
    Inherits Attribute

Dim instance As DataBindingAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class DataBindingAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class DataBindingAttribute sealed : public Attribute
public final class DataBindingAttribute extends Attribute

설명

이 특성은 데이터 바인딩된 정보의 소스를 지정하기 위해 테스트 엔진에 사용됩니다.

이 특성은 클래스에 적용할 수 있습니다. 이 특성은 여러 차례 적용할 수 있습니다. 특성을 사용하는 방법에 대한 자세한 내용은 특성을 사용하여 메타데이터 확장을 참조하십시오.

상속 계층 구조

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.WebTesting.DataBindingAttribute

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

DataBindingAttribute 멤버

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

기타 리소스

방법: 웹 요청에 데이터 바인딩 추가

웹 테스트의 데이터 바인딩 정보