IInternalConfigHost.IsDefinitionAllowed 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否允许应用程序配置对象具有不同的 Type 定义。
public:
bool IsDefinitionAllowed(System::String ^ configPath, System::Configuration::ConfigurationAllowDefinition allowDefinition, System::Configuration::ConfigurationAllowExeDefinition allowExeDefinition);
public bool IsDefinitionAllowed (string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition);
abstract member IsDefinitionAllowed : string * System.Configuration.ConfigurationAllowDefinition * System.Configuration.ConfigurationAllowExeDefinition -> bool
Public Function IsDefinitionAllowed (configPath As String, allowDefinition As ConfigurationAllowDefinition, allowExeDefinition As ConfigurationAllowExeDefinition) As Boolean
参数
- configPath
- String
表示应用程序配置文件路径的字符串。
- allowDefinition
- ConfigurationAllowDefinition
- allowExeDefinition
- ConfigurationAllowExeDefinition
返回
如果允许应用程序配置对象具有不同的 Type 定义,则为 true
;否则为 false
。