Share via


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

配置键。

返回

表示配置的对象。

适用于