DelegatingConfigHost.PrefetchSection(String, String) 메서드

정의

개체에 IInternalConfigHost 연결된 구성 파일의 지정된 섹션을 읽도록 지시합니다.

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

public:
 virtual bool PrefetchSection(System::String ^ sectionGroupName, System::String ^ sectionName);
public virtual bool PrefetchSection(string sectionGroupName, string sectionName);
abstract member PrefetchSection : string * string -> bool
override this.PrefetchSection : string * string -> bool
Public Overridable Function PrefetchSection (sectionGroupName As String, sectionName As String) As Boolean

매개 변수

sectionGroupName
String

구성 파일의 섹션 그룹 이름을 나타내는 문자열입니다.

sectionName
String

구성 파일의 섹션 이름을 나타내는 문자열입니다.

반품

개체에서 매개 변수 및 매개 변수로 지정된 구성 파일의 섹션을 읽을 수 있으면 />이고, 그렇지 않으면 .

구현

적용 대상