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

适用于

另请参阅