IDReferencePropertyAttribute.ReferencedControlType 속성

정의

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

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

속성 값

Type

Type가 적용된 속성이 허용하는 컨트롤 형식을 나타내는 IDReferencePropertyAttribute입니다. 기본값은 Control입니다.

적용 대상