IComponentDesignerDebugService 接口

定义

在设计时环境中提供调试服务。

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

属性

IndentLevel

获取或设置调试输出的缩进级别。

Listeners

获取用于监视设计时调试输出的跟踪侦听器的集合。

方法

Assert(Boolean, String)

断言设计时环境内的条件。

Fail(String)

记录设计时环境内的失败消息。

Trace(String, String)

记录设计时环境内的调试消息。

适用于

另请参阅