IInternalConfigRoot 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義內部 .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 事件的方法。 |