Condividi tramite


Membri TraceEventCollection

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

Il tipo TraceEventCollection espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Metodo pubblico Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Metodo pubblico Clear Removes all elements from the collection.
Metodo pubblico Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Metodo pubblico Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Metodo pubblico Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of TraceEvent objects in the collection.
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets the TraceEvent at the specified index from the collection.
Proprietà pubblica Item[ ( [ ( TraceEventClass] ) ] ) Gets the TraceEvent that has the specified TraceEventClass value from the collection.

In alto