Freigeben über


TraceEventCollection-Member

Contains a collection of TraceEvent objects. This class cannot be inherited.

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

Methoden

  Name Beschreibung
Öffentliche Methode Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Öffentliche Methode Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Öffentliche Methode Clear Removes all elements from the collection.
Öffentliche Methode Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Öffentliche Methode Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Öffentliche Methode Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of TraceEvent objects in the collection.
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Gets the TraceEvent at the specified index from the collection.
Öffentliche Eigenschaft Item[ ( [ ( TraceEventClass] ) ] ) Gets the TraceEvent that has the specified TraceEventClass value from the collection.

Zum Anfang