ConfigurationSettings.GetConfig(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection
ConfigurationSection 전달된 구성 섹션 이름 및 경로에 대한 개체를 반환합니다.
public:
static System::Object ^ GetConfig(System::String ^ sectionName);
public static object GetConfig(string sectionName);
[System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
public static object GetConfig(string sectionName);
static member GetConfig : string -> obj
[<System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")>]
static member GetConfig : string -> obj
Public Shared Function GetConfig (sectionName As String) As Object
매개 변수
- sectionName
- String
구성 이름 및 경로(예: "system.net/settings")
반품
ConfigurationSection 전달된 구성 섹션 이름 및 경로에 대한 개체입니다.
- 특성
예외
요청된 섹션을 검색할 수 없습니다.
설명
이 메서드는 사용되지 않으며 이전 버전과의 호환성을 위해 유지 관리됩니다. 대신 메서드를 ConfigurationManager.GetSection(String) 사용하세요.