IComponentDesignerDebugService.Listeners 属性

定义

获取用于监视设计时调试输出的跟踪侦听器的集合。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

属性值

TraceListenerCollection

跟踪侦听器的集合A collection of trace listeners

注解

Listeners属性使对象能够监视设计时调试输出。The Listeners property enables objects to monitor design-time debugging output.

适用于

另请参阅