다음을 통해 공유


IInternalConfigHost.CreateConfigurationContext(String, String) 메서드

정의

애플리케이션 구성의 ConfigurationElement에 대한 컨텍스트 개체를 만들어 반환합니다.

public:
 System::Object ^ CreateConfigurationContext(System::String ^ configPath, System::String ^ locationSubPath);
public object CreateConfigurationContext (string configPath, string locationSubPath);
abstract member CreateConfigurationContext : string * string -> obj
Public Function CreateConfigurationContext (configPath As String, locationSubPath As String) As Object

매개 변수

configPath
String

애플리케이션 구성 파일의 경로를 나타내는 문자열입니다.

locationSubPath
String

구성 요소의 하위 경로 위치를 나타내는 문자열입니다.

반환

애플리케이션 구성의 ConfigurationElement 개체에 대한 컨텍스트 개체입니다.

적용 대상