PageInstrumentationService.ExecutionListeners プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページの実行プロセスをサブスクライブするリスナーのリストを取得します。
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)
プロパティ値
ページの実行プロセスをサブスクライブするリスナーのリスト。
注釈
戻り値は、 ではないと保証されますが null
、空にできます。