IInternalConfigRecord.GetLkgSection(String) メソッド

定義

最後に既知の正常 (LKG) 構成から構成のセクションを表すオブジェクトを返します。

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

パラメーター

configKey
String

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

返品

Objectで指定された最後の既知の正常な構成のセクションを表すconfigKey インスタンス。

適用対象