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

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

반품

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

적용 대상