MemberDescriptor.DesignTimeOnly 속성

정의

DesignOnlyAttribute에 지정된, 이 멤버가 디자인 타임에만 설정되어야 하는지 여부를 가져옵니다.

public:
 virtual property bool DesignTimeOnly { bool get(); };
public virtual bool DesignTimeOnly { get; }
member this.DesignTimeOnly : bool
Public Overridable ReadOnly Property DesignTimeOnly As Boolean

속성 값

이 멤버가 디자인 타임에만 설정되어야 하면 true이고, 런타임에 설정될 수 있으면 false입니다.

설명

DesignOnlyAttribute가 없으면 반환되는 값은 기본값인 false입니다.

적용 대상

추가 정보