IComponentDesignerDebugService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供設計時環境中的除錯服務。
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) |
在設計時環境中記錄除錯訊息。 |