IComponentDesignerDebugService.Listeners Property

Definition

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

public:
 property System::Diagnostics::TraceListenerCollection ^ Listeners { System::Diagnostics::TraceListenerCollection ^ get(); };
public System.Diagnostics.TraceListenerCollection Listeners { get; }
member this.Listeners : System.Diagnostics.TraceListenerCollection
Public ReadOnly Property Listeners As TraceListenerCollection

Property Value

A collection of trace listeners.

Remarks

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

Applies to

See also