Partager via


EventRecord.Properties Propriété

Définition

Obtient les propriétés de l'événement fournies par l'utilisateur.

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

Valeur de propriété

Retourne une liste d'objets EventProperty.

S’applique à

Voir aussi