ConfigurationSettings.GetConfig(String) 메서드

정의

주의

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) 사용하세요.

적용 대상

추가 정보