DelegatingConfigHost.IsSecondaryRoot(String) 메서드

정의

구성 경로가 콘텐츠를 루트로 처리해야 하는 구성 노드에 대한 것인지 여부를 나타내는 값을 반환합니다.

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

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

매개 변수

configPath
String

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

반품

true구성 경로가 콘텐츠를 루트로 처리해야 하는 구성 노드에 대한 경우 그렇지 않으면 . false

구현

적용 대상