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합니다.

적용 대상

추가 정보