DelegatingConfigHost.IsLocationApplicable(String) 메서드

정의

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

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

configPath
String

구성 파일의 경로를 나타내는 문자열입니다.

반품

true구성 개체가 위치 태그를 지원하면 이고, 그렇지 않으면 . false

구현

적용 대상