다음을 통해 공유


BindingElementExtensionElement.BindingElementType 속성

정의

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

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

속성 값

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

설명

구성 시스템과 연결된 사용자 지정 바인딩 요소 BindingElementExtensionElement 의 형식을 반환하도록 속성을 재정의하고 구현 BindingElementType 합니다.

적용 대상