IInternalConfigHost.IsDefinitionAllowed Methode

Definitie

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.

Retouren

trueals een andere Type definitie is toegestaan voor een toepassingsconfiguratieobject; anders. false

Van toepassing op