ApplicationSettingsBase.Providers プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ラッパーによって使用されるアプリケーション設定プロバイダーのコレクションを取得します。
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を使用します。