Freigeben über


EventPropertyCollection-Member

The EventPropertyCollection object represents the properties of event objects.

Der EventPropertyCollection-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an enumerator that can iterate through the list of objects.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of EventProperty objects in the EventPropertyCollection object.
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Gets the EventProperty object at the specified index position.
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Gets the EventProperty object that has the specified name.

Zum Anfang