SettingsBase.Properties プロパティ

定義

設定プロパティのコレクションを取得します。

public:
 virtual property System::Configuration::SettingsPropertyCollection ^ Properties { System::Configuration::SettingsPropertyCollection ^ get(); };
public virtual System.Configuration.SettingsPropertyCollection Properties { get; }
member this.Properties : System.Configuration.SettingsPropertyCollection
Public Overridable ReadOnly Property Properties As SettingsPropertyCollection

プロパティ値

すべての SettingsPropertyCollection オブジェクトが格納されている SettingsProperty コレクション。

注釈

プロパティのアクセサーは getProperties インスタンスによって管理されるプロパティに関連付けられているインスタンスの SettingsProperty コレクションを SettingsBase 返します。

クラスは SettingsBase 、名前、プロパティの種類、設定プロバイダー、既定値、読み取り専用の状態、シリアル化設定など、設定の特定の特性をネイティブに認識します。 これらの特性は、 クラスの SettingsProperty プロパティとしてミラー化されます。 クラスの SettingsProperty 他のすべての属性は、 として SettingsAttributeDictionary関連付けられている設定プロバイダーに渡されます。

適用対象

こちらもご覧ください