StandardBindingElement.BindingElementType 속성

정의

파생 클래스에서 재정의될 때 사용자 지정 바인딩 요소를 나타내는 Type 요소를 가져옵니다.

protected:
 abstract property Type ^ BindingElementType { Type ^ get(); };
protected abstract Type BindingElementType { get; }
member this.BindingElementType : Type
Protected MustOverride ReadOnly Property BindingElementType As Type

속성 값

Type

사용자 지정 바인딩 형식을 나타내는 Type 개체입니다.

적용 대상