DelegatingConfigHost.PrefetchSection(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示 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 对象可读取由 sectionGroupName
和 sectionName
指定的配置文件节,则为 true
;否则为 false
。