DesignOnlyAttribute(Boolean) 생성자

정의

DesignOnlyAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 DesignOnlyAttribute(bool isDesignOnly);
public DesignOnlyAttribute(bool isDesignOnly);
new System.ComponentModel.DesignOnlyAttribute : bool -> System.ComponentModel.DesignOnlyAttribute
Public Sub New (isDesignOnly As Boolean)

매개 변수

isDesignOnly
Boolean

디자인 타임에만 속성을 설정할 수 있으면 이고, 디자인 타임 및 런타임에 속성을 설정할 수 있으면 입니다.

적용 대상