ApplicationSettingsBase.Properties 속성

정의

래퍼에 있는 설정 속성의 컬렉션을 가져옵니다.

public:
 virtual property System::Configuration::SettingsPropertyCollection ^ Properties { System::Configuration::SettingsPropertyCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Configuration.SettingsPropertyCollection Properties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Properties : System.Configuration.SettingsPropertyCollection
Public Overrides ReadOnly Property Properties As SettingsPropertyCollection

속성 값

현재 래퍼에서 사용되는 모든 SettingsPropertyCollection 개체를 포함하는 SettingsProperty입니다.

특성

예외

연결된 설정 공급자를 찾을 수 없거나 인스턴스화하지 못한 경우

설명

합니다 get 의 접근자는 Properties 속성에서 파생 되는 설정 래퍼 클래스의 메타 데이터를 반영 ApplicationSettingsBase을 동적으로 사용 가능한 애플리케이션 설정 속성의 집합을 확인 합니다.

ApplicationSettingsBase 만 상태 및 serialization 기본 설정의 읽을 클래스는 애플리케이션 설정의 이름, 속성 형식, 설정 공급자, 기본값 등의 특정 특성을 고유 하 게 인식 합니다. 이러한 특성은 클래스의 SettingsProperty 속성으로 미러링됩니다. 설정 속성의 다른 모든 특성은 연결된 설정 공급자에게 전달됩니다.

적용 대상

추가 정보