Partager via


Membres EventPropertyCollection

The EventPropertyCollection object represents the properties of event objects.

Le type EventPropertyCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator Gets an enumerator that can iterate through the list of objects.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of EventProperty objects in the EventPropertyCollection object.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets the EventProperty object at the specified index position.
Propriété publique Item[ ( [ ( String] ) ] ) Gets the EventProperty object that has the specified name.

Haut de la page