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 模式會讓屬性視窗再次查詢每個屬性並刷新視圖。

適用於