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 | |
---|---|---|
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 | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
Find | Gets the TraceEvent that has the specified TraceEventClass value from the collection. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von 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 | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
Zum Anfang