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を使用します。

適用対象

こちらもご覧ください