다음을 통해 공유


IInternalConfigHost.IsLocationApplicable(String) 메서드

정의

구성 개체에서 위치 태그를 지원하는지 여부를 나타내는 값을 반환합니다.

public:
 bool IsLocationApplicable(System::String ^ configPath);
public bool IsLocationApplicable (string configPath);
abstract member IsLocationApplicable : string -> bool
Public Function IsLocationApplicable (configPath As String) As Boolean

매개 변수

configPath
String

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

반환

구성 개체에서 위치 태그를 지원하면 true이고, 그렇지 않으면 false입니다.

적용 대상