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

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

返品

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

適用対象