IInternalConfigRecord 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義內部 .NET 結構用來支援建立新組態記錄的介面。
public interface class IInternalConfigRecord
public interface IInternalConfigRecord
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigRecord
type IInternalConfigRecord = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigRecord = interface
Public Interface IInternalConfigRecord
- 屬性
屬性
ConfigPath |
取得字串,表示組態檔路徑。 |
HasInitErrors |
傳回值,指出在組態物件初始化時是否發生錯誤。 |
StreamName |
傳回針對組態檔執行 I/O 工作的 Stream 物件名稱。 |
方法
GetLkgSection(String) |
傳回物件,表示上次已知良好 (LKG) 組態中的某個組態區段。 |
GetSection(String) |
傳回 Object 執行個體,表示組態檔的區段。 |
RefreshSection(String) |
導致組態物件的指定區段重新初始化。 |
Remove() |
移除組態記錄。 |
ThrowIfInitErrors() |
授與組態物件使用權限,以便在初始化期間發生錯誤時擲回例外狀況。 |