共用方式為


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

實作

適用於