PageInstrumentationService.ExecutionListeners Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste des écouteurs qui sont abonnés au processus d'exécution de la page.
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)
Valeur de propriété
Liste des écouteurs qui sont abonnés au processus d'exécution de la page.
Remarques
La valeur de retour n’est pas garantie null
, mais peut être vide.