IComponentDesignerDebugService Interface

 

Provides debugging services in a design-time environment.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public interface class IComponentDesignerDebugService

NameDescription
System_CAPS_pubpropertyIndentLevel

Gets or sets the indent level for debug output.

System_CAPS_pubpropertyListeners

Gets a collection of trace listeners for monitoring design-time debugging output.

NameDescription
System_CAPS_pubmethodAssert(Boolean, String^)

Asserts on a condition inside a design-time environment.

System_CAPS_pubmethodFail(String^)

Logs a failure message inside a design-time environment.

System_CAPS_pubmethodTrace(String^, String^)

Logs a debug message inside a design-time environment.

.NET Framework
Available since 2.0
Return to top
Show: