다음을 통해 공유


IInternalConfigHost.PrefetchSection(String, String) 메서드

정의

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

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

매개 변수

sectionGroupName
String

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

sectionName
String

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

반환

sectionGroupNamesectionName으로 지정된 구성 파일의 섹션을 Stream 개체에서 읽을 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상