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

構成ファイル内のセクションの名前を表す文字列。

返品

true sectionGroupNameおよびsectionNameパラメーターによって指定された構成ファイルのセクションをStream オブジェクトで読み取ることができる場合は。それ以外の場合はfalse

実装

適用対象