ApplicationSettingsBase.Providers プロパティ

定義

ラッパーが使用するアプリケーション設定プロバイダーのコレクションを取得します。

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

プロパティ値

現在の設定ラッパーの設定プロパティが使用する、すべての SettingsProviderCollection オブジェクトを格納している SettingsProvider

属性

注釈

SettingsProviderAttribute 、設定ラッパー クラスまたは個々の設定プロパティで使用される設定プロバイダーを決定します。 この属性を指定しない場合、クライアント アプリケーションは を使用します LocalFileSettingsProvider

適用対象

こちらもご覧ください