共用方式為


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 執行個體,表示組態檔的區段。

適用於