共用方式為


IComponentDesignerDebugService.Listeners 屬性

定義

取得追蹤接聽項的集合,用於監視設計階段偵錯輸出。

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

屬性值

追蹤接聽程式的集合。

備註

屬性 Listeners 可讓物件監視設計時間偵錯輸出。

適用於

另請參閱