IComponentDesignerDebugService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供設計階段環境中的偵錯服務。
public interface class IComponentDesignerDebugService
public interface IComponentDesignerDebugService
type IComponentDesignerDebugService = interface
Public Interface IComponentDesignerDebugService
屬性
IndentLevel |
取得或設定偵錯輸出的縮排層次。 |
Listeners |
取得追蹤接聽項的集合,用於監視設計階段偵錯輸出。 |
方法
Assert(Boolean, String) |
依據設計階段環境內的條件判斷提示。 |
Fail(String) |
記錄設計階段環境內的失敗訊息。 |
Trace(String, String) |
記錄設計階段環境內的偵錯訊息。 |