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 インスタンス。

適用対象