KernelConfigurationViewGetKeyValue Method |
获取配置信息的值
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string GetKeyValue(
string configGlobalPrefix,
string propertyName,
NameValueConfigurationCollection defaultOptions
)
public:
String^ GetKeyValue(
String^ configGlobalPrefix,
String^ propertyName,
NameValueConfigurationCollection^ defaultOptions
)
Parameters
- configGlobalPrefix
- Type: SystemString
配置信息的全局前缀 - propertyName
- Type: SystemString
配置属性名称 - defaultOptions
- Type: X3Platform.ConfigurationNameValueConfigurationCollection
默认配置选项
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Configuration.KernelConfigurationView.GetKeyValue(System.String,System.String,X3Platform.Configuration.NameValueConfigurationCollection)"]
See Also