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

表示配置文件节标识名的字符串。

返回

如果 Stream 对象可读取由 sectionGroupNamesectionName 指定的配置文件节,则为 true;否则为 false

适用于