다음을 통해 공유


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.

맨 위로 이동