C# 클래스 System.Configuration.SettingsProperty

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
SettingsProperty ( SettingsProperty propertyToCopy ) : System.Collections
SettingsProperty ( string name ) : System.Collections
SettingsProperty ( string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing ) : System.Collections

메소드 상세

SettingsProperty() 공개 메소드

public SettingsProperty ( SettingsProperty propertyToCopy ) : System.Collections
propertyToCopy SettingsProperty
리턴 System.Collections

SettingsProperty() 공개 메소드

public SettingsProperty ( string name ) : System.Collections
name string
리턴 System.Collections

SettingsProperty() 공개 메소드

public SettingsProperty ( string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing ) : System.Collections
name string
propertyType System.Type
provider SettingsProvider
isReadOnly bool
defaultValue object
serializeAs SettingsSerializeAs
attributes SettingsAttributeDictionary
throwOnErrorDeserializing bool
throwOnErrorSerializing bool
리턴 System.Collections