IComponentDesignerDebugService 介面

定義

提供設計時環境中的除錯服務。

public interface class IComponentDesignerDebugService
public interface IComponentDesignerDebugService
type IComponentDesignerDebugService = interface
Public Interface IComponentDesignerDebugService

屬性

名稱 Description
IndentLevel

取得或設定除錯輸出的縮排等級。

Listeners

取得一組追蹤監聽器以監控設計時除錯輸出。

方法

名稱 Description
Assert(Boolean, String)

在設計時環境中對條件提出主張。

Fail(String)

在設計時環境中記錄失敗訊息。

Trace(String, String)

在設計時環境中記錄除錯訊息。

適用於

另請參閱