次の方法で共有


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

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

戻り値

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

適用対象