共用方式為


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

適用於