ProviderMetadata.Tasks Propriété

Définition

Obtient une collection énumérable d'objets EventTask, chacun d'eux représentant une tâche définie dans le fournisseur d'événements.

public:
 property System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventTask ^> ^ Tasks { System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventTask ^> ^ get(); };
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventTask> Tasks { get; }
member this.Tasks : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventTask>
Public ReadOnly Property Tasks As IList(Of EventTask)

Valeur de propriété

Retourne une collection énumérable d’objets EventTask.

S’applique à

Voir aussi