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會導致 屬性視窗 再次查詢每個屬性,並重新整理其檢視。

適用於