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

一个字符串,表示配置文件中节的名称。

返回

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

实现

适用于