SettingsBase.Properties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
설정 속성의 컬렉션을 가져옵니다.
public:
virtual property System::Configuration::SettingsPropertyCollection ^ Properties { System::Configuration::SettingsPropertyCollection ^ get(); };
public virtual System.Configuration.SettingsPropertyCollection Properties { get; }
member this.Properties : System.Configuration.SettingsPropertyCollection
Public Overridable ReadOnly Property Properties As SettingsPropertyCollection
속성 값
모든 SettingsPropertyCollection 개체가 포함된 SettingsProperty 컬렉션입니다.
설명
get
속성의 Properties 접근자가 instance 관리 SettingsBase 되는 속성과 연결된 인스턴스의 SettingsProperty 컬렉션을 반환합니다.
클래스는 SettingsBase 기본적으로 해당 이름, 속성 형식, 설정 공급자, 기본값, 읽기 전용 상태 및 serialization 기본 설정과 같은 설정의 특정 특성을 인식합니다. 이러한 특성은 클래스의 SettingsProperty 속성으로 미러링됩니다. 클래스의 SettingsProperty 다른 모든 특성은 연결된 설정 공급자 SettingsAttributeDictionary에 로 전달됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET