C# 클래스 System.Configuration.SettingsProvider

상속: System.Configuration.Provider.ProviderBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void

메소드 상세

GetPropertyValues() 공개 추상적인 메소드

public abstract GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
context SettingsContext
collection SettingsPropertyCollection
리턴 SettingsPropertyValueCollection

SetPropertyValues() 공개 추상적인 메소드

public abstract SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void
context SettingsContext
collection SettingsPropertyValueCollection
리턴 void