共用方式為


PageInstrumentationService.ExecutionListeners 屬性

定義

取得已訂閱網頁執行程序的接聽程式清單。

public:
 property System::Collections::Generic::IList<System::Web::Instrumentation::PageExecutionListener ^> ^ ExecutionListeners { System::Collections::Generic::IList<System::Web::Instrumentation::PageExecutionListener ^> ^ get(); };
public System.Collections.Generic.IList<System.Web.Instrumentation.PageExecutionListener> ExecutionListeners { get; }
member this.ExecutionListeners : System.Collections.Generic.IList<System.Web.Instrumentation.PageExecutionListener>
Public ReadOnly Property ExecutionListeners As IList(Of PageExecutionListener)

屬性值

IList<PageExecutionListener>

已訂閱網頁執行程序的接聽程式清單。

備註

傳回值保證不是 null ,但可以是空的。

適用於