次の方法で共有


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 、空にできます。

適用対象