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