IInternalConfigHost.IsDefinitionAllowed 메서드

정의

애플리케이션 구성 개체에 대해 다른 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

애플리케이션 구성 파일의 경로를 나타내는 문자열입니다.

반품

true 애플리케이션 구성 개체에 대해 다른 Type 정의가 허용되면 이고, false그렇지 않으면 .

적용 대상