다음을 통해 공유


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

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

반환

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

적용 대상