IComponentDesignerDebugService::Listeners Property

 

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

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

property TraceListenerCollection^ Listeners {
	TraceListenerCollection^ get();
}

Property Value

Type: System.Diagnostics::TraceListenerCollection^

A collection of trace listeners

The Listeners property enables objects to monitor design-time debugging output.

.NET Framework
Available since 2.0
Return to top
Show: