IDReferencePropertyAttribute.ReferencedControlType 속성

정의

특성이 적용되는 속성에서 허용하는 컨트롤의 형식을 IDReferencePropertyAttribute 가져옵니다.

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

속성 값

Type 적용되는 속성 IDReferencePropertyAttribute 에서 허용하는 컨트롤의 형식을 나타내는 A입니다. 기본값은 Control입니다.

적용 대상