RefreshPropertiesAttribute.All 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示更改属性值后,将再次查询所有属性并刷新。 此字段是只读的。
public: static initonly System::ComponentModel::RefreshPropertiesAttribute ^ All;
public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
staticval mutable All : System.ComponentModel.RefreshPropertiesAttribute
Public Shared ReadOnly All As RefreshPropertiesAttribute
字段值
注解
在属性上指定此属性,以便在属性值更改时再次查询并刷新所有属性 PropertyGrid 。 缓存 PropertyGrid 数据。 All 模式会导致属性窗口再次查询每个属性并刷新其视图。