次の方法で共有


IInternalConfigRecord.GetSection(String) メソッド

定義

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

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

パラメーター

configKey
String

構成セクションへのキーを表す文字列。

戻り値

構成ファイルのセクションを表す Object インスタンス。

適用対象