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。