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
ConfigurationAllowDefinition オブジェクト。
- allowExeDefinition
- ConfigurationAllowExeDefinition
ConfigurationAllowExeDefinition オブジェクト。
戻り値
アプリケーション構成オブジェクトに対して別の Type 定義を使用できる場合は true
。それ以外の場合は false
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET