ConfigurationSettings.AppSettings 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings
구성 파일에서 애플리케이션 설정의 읽기 전용 컬렉션을 가져옵니다.
public:
static property System::Collections::Specialized::NameValueCollection ^ AppSettings { System::Collections::Specialized::NameValueCollection ^ get(); };
public static System.Collections.Specialized.NameValueCollection AppSettings { get; }
[System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")]
public static System.Collections.Specialized.NameValueCollection AppSettings { get; }
static member AppSettings : System.Collections.Specialized.NameValueCollection
[<System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")>]
static member AppSettings : System.Collections.Specialized.NameValueCollection
Public Shared ReadOnly Property AppSettings As NameValueCollection
속성 값
구성 파일에서 애플리케이션 설정의 읽기 전용 컬렉션입니다.
- 특성
설명
appSettings 구성 파일의 섹션 요소에는 애플리케이션이 어떤 용도로든 사용할 수 있는 일련의 이름/값 쌍이 포함되어 있습니다.
이 메서드는 사용되지 않으며 이전 버전과의 호환성을 위해 유지 관리됩니다. 대신 메서드를 ConfigurationManager.GetSection(String) 사용하세요.
메모
클래스는 ConfigurationSettings 이전 버전과의 호환성만 제공합니다. ConfigurationManager 대신 클래스 또는 WebConfigurationManager 클래스를 사용합니다.