Share via


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

適用於

另請參閱