IInternalConfigHost.IsDefinitionAllowed Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Bepaalt of een andere Type definitie is toegestaan voor een toepassingsconfiguratieobject.
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
Parameters
- configPath
- String
Een tekenreeks die het pad van het toepassingsconfiguratiebestand vertegenwoordigt.
- allowDefinition
- ConfigurationAllowDefinition
Een ConfigurationAllowDefinition-object.
- allowExeDefinition
- ConfigurationAllowExeDefinition
Een ConfigurationAllowExeDefinition-object.
Retouren
trueals een andere Type definitie is toegestaan voor een toepassingsconfiguratieobject; anders. false