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 モードでは、プロパティ ウィンドウは各プロパティに対して再度クエリを実行し、そのビューを更新します。

適用対象