다음을 통해 공유


IConfigurationSystem.GetConfig(String) 메서드

정의

지정된 구성을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 System::Object ^ GetConfig(System::String ^ configKey);
public object GetConfig (string configKey);
abstract member GetConfig : string -> obj
Public Function GetConfig (configKey As String) As Object

매개 변수

configKey
String

구성 키입니다.

반환

구성을 나타내는 개체입니다.

적용 대상