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

属性值

如果只能在设计时设置该成员,则为 true;如果可以在运行时设置该成员,则为 false。 如果没有 DesignOnlyAttribute,则返回值是默认值 false

注解

此属性依赖于基础 PropertyDescriptor

适用于