Share via


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

適用対象