Activity.Events Proprietà

Definizione

Ottiene l'elenco di tutti gli eventi attività collegati a questa attività.

public:
 property System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityEvent> ^ Events { System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityEvent> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityEvent> Events { get; }
member this.Events : seq<System.Diagnostics.ActivityEvent>
Public ReadOnly Property Events As IEnumerable(Of ActivityEvent)

Valore della proprietà

Enumerazione degli eventi attività collegati a questa attività. Se l'attività non ha eventi, restituisce un'enumerazione vuota.

Si applica a