次の方法で共有


IInternalConfigRoot.GetSection(String, String) メソッド

定義

構成ファイルのセクション内のデータを表す Object を返します。

public:
 System::Object ^ GetSection(System::String ^ section, System::String ^ configPath);
public object GetSection (string section, string configPath);
abstract member GetSection : string * string -> obj
Public Function GetSection (section As String, configPath As String) As Object

パラメーター

section
String

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

configPath
String

構成ファイルへのパスを表す文字列。

戻り値

構成ファイルのセクション内のデータを表す Object

適用対象