ApplicationSettingsBase.Properties プロパティ

定義

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

public:
 virtual property System::Configuration::SettingsPropertyCollection ^ Properties { System::Configuration::SettingsPropertyCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Configuration.SettingsPropertyCollection Properties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Properties : System.Configuration.SettingsPropertyCollection
Public Overrides ReadOnly Property Properties As SettingsPropertyCollection

プロパティ値

現在のラッパーで使用するすべての SettingsPropertyCollection オブジェクトを格納している SettingsProperty

属性

例外

関連付けられた設定プロバイダーが見つからなかったか、設定プロバイダーをインスタンス化できませんでした。

注釈

プロパティのPropertiesアクセサーはget、 からApplicationSettingsBase派生した設定ラッパー クラスのメタデータを反映して、使用可能なアプリケーション設定プロパティのセットを動的に決定します。

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

適用対象

こちらもご覧ください