共用方式為


TraceEventCollection 成員

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

TraceEventCollection 型別公開下列成員。

方法

  名稱 描述
公用方法 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 (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 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 (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 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.

頂端