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

적용 대상

추가 정보