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

适用于