RefreshPropertiesAttribute.All 字段

定义

指示在属性值更改时重新查询并刷新所有属性。 此字段为只读。

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模式导致属性窗口再次查询每个属性并刷新其视图。

适用于