ConfigurationSettings.GetConfig(String) 메서드

정의

주의

This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection

주의

ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.

전달된 구성 섹션 이름과 경로에 대한 ConfigurationSection 개체를 반환합니다.

public:
 static System::Object ^ GetConfig(System::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);
[System.Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")]
public static object GetConfig (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")>]
static member GetConfig : string -> obj
[<System.Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")>]
static member GetConfig : string -> obj
static member GetConfig : string -> obj
Public Shared Function GetConfig (sectionName As String) As Object

매개 변수

sectionName
String

"system.net/settings"와 같은 구성 이름과 경로입니다.

반환

전달된 구성 섹션 이름과 경로에 대한 ConfigurationSection 개체입니다.

특성

예외

요청된 섹션을 검색할 수 없습니다.

설명

이 메서드는 사용되지 않으며 이전 버전과의 호환성을 위해 유지 관리됩니다. 대신 메서드를 ConfigurationManager.GetSection(String) 사용하세요.

적용 대상

추가 정보