Share via


IInternalConfigRoot 介面

定義

定義內部 .NET 結構用來支援組態根物件 (Root Object) 的介面。

public interface class IInternalConfigRoot
public interface IInternalConfigRoot
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigRoot
type IInternalConfigRoot = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigRoot = interface
Public Interface IInternalConfigRoot
屬性

屬性

IsDesignTime

傳回值,指出組態是否為設計階段組態。

方法

GetConfigRecord(String)

傳回 IInternalConfigRecord 物件,表示組態路徑所指定的組態。

GetSection(String, String)

傳回 Object,表示組態檔某個區段中的資料。

GetUniqueConfigPath(String)

傳回值,表示含有組態資料之最接近組態祖系的檔案路徑。

GetUniqueConfigRecord(String)

傳回 IInternalConfigRecord 物件,表示指定之組態路徑的唯一組態記錄。

Init(IInternalConfigHost, Boolean)

初始化組態物件。

RemoveConfig(String)

尋找並移除指定之組態路徑的組態記錄及其所有子系。

事件

ConfigChanged

表示處理 ConfigChanged 物件之 IInternalConfigRoot 事件的方法。

ConfigRemoved

表示處理 ConfigRemoved 物件之 IInternalConfigRoot 事件的方法。

適用於