TraceEventCollection Miembros
Contains a collection of TraceEvent objects. This class cannot be inherited.
El tipo TraceEventCollection expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Add(TraceEvent) | Adds a TraceEvent to the end of the collection. | |
Add(TraceEventClass) | Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection. | |
Clear | Removes all elements from the collection. | |
Contains(TraceEvent) | Indicates whether the collection contains a specified TraceEvent. | |
Contains(TraceEventClass) | Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value. | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
Find | Gets the TraceEvent that has the specified TraceEventClass value from the collection. | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
Remove(TraceEvent) | Removes the specified TraceEvent from the collection. | |
Remove(TraceEventClass) | Removes the TraceEvent that has the specified TraceEventClass value from the collection. | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of TraceEvent objects in the collection. | |
Item[ ( [ ( Int32] ) ] ) | Gets the TraceEvent at the specified index from the collection. | |
Item[ ( [ ( TraceEventClass] ) ] ) | Gets the TraceEvent that has the specified TraceEventClass value from the collection. |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
Principio