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
。