DependencyPropertyDescriptor.DesignTimeOnly 속성

정의

에 지정된 DesignOnlyAttribute대로 디자인 타임에만 이 멤버를 설정할지 여부를 가져옵니다.

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

속성 값

이 멤버를 디자인 타임에만 설정해야 하는 경우 런타임에 멤버를 설정할 수 있으면 DesignOnlyAttribute경우 반환 값은 기본값 false입니다.

설명

이 속성은 기본 PropertyDescriptor.

적용 대상