이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

IInternalConfigHost.PrefetchSection 메서드

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

네임스페이스: System.Configuration.Internal
어셈블리: System.Configuration(system.configuration.dll)

bool PrefetchSection (
	string sectionGroupName,
	string sectionName
)
boolean PrefetchSection (
	String sectionGroupName, 
	String sectionName
)
function PrefetchSection (
	sectionGroupName : String, 
	sectionName : String
) : boolean
적용할 수 없음.

매개 변수

sectionGroupName

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

sectionName

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

반환 값

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

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Microsoft .NET Framework 3.0은 Windows Vista, Microsoft Windows XP SP2 및 Windows Server 2003 SP1에서 지원됩니다.

.NET Framework

3.0, 2.0에서 지원
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.