다음을 통해 공유


BoundPropertyEntry.ControlType 속성

정의

런타임에 바인딩되는 컨트롤의 형식을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property Type ^ ControlType { Type ^ get(); void set(Type ^ value); };
public Type ControlType { get; set; }
member this.ControlType : Type with get, set
Public Property ControlType As Type

속성 값

Type

식에 의해 바인딩된 컨트롤의 Type입니다.

적용 대상