DelegatingConfigHost.IsDefinitionAllowed Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Beschränkt Definitionen in der Hostkonfiguration oder lässt sie zu.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
public:
virtual bool IsDefinitionAllowed(System::String ^ configPath, System::Configuration::ConfigurationAllowDefinition allowDefinition, System::Configuration::ConfigurationAllowExeDefinition allowExeDefinition);
public virtual bool IsDefinitionAllowed (string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition);
abstract member IsDefinitionAllowed : string * System.Configuration.ConfigurationAllowDefinition * System.Configuration.ConfigurationAllowExeDefinition -> bool
override this.IsDefinitionAllowed : string * System.Configuration.ConfigurationAllowDefinition * System.Configuration.ConfigurationAllowExeDefinition -> bool
Public Overridable Function IsDefinitionAllowed (configPath As String, allowDefinition As ConfigurationAllowDefinition, allowExeDefinition As ConfigurationAllowExeDefinition) As Boolean
Parameter
- configPath
- String
Eine Zeichenfolge, die den Pfad zu einer Konfigurationsdatei darstellt.
- allowDefinition
- ConfigurationAllowDefinition
Das ConfigurationAllowDefinition-Objekt.
- allowExeDefinition
- ConfigurationAllowExeDefinition
Das ConfigurationAllowExeDefinition-Objekt.
Gibt zurück
true
, wenn das Zulassen bzw. Beschränken von Definitionen in der Hostkonfiguration erfolgreich war, andernfalls false
.