IInternalConfigRecord.GetLkgSection(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回物件,表示上次已知良好 (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
所指定之上次已知良好組態的區段。