Share via


TraceColumnCollection Members

Include Protected Members
Include Inherited Members

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

The TraceColumnCollection type exposes the following members.

Methods

  Name Description
Public method Add(TraceColumn) Adds a TraceColumn to the end of the collection.
Public method Clear() Removes all elements from the collection.
Public method Contains(TraceColumn) Indicates whether the collection contains a specified TraceColumn.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Remove(TraceColumn) Infrastructure. Removes the specified TraceColumn from the collection.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of TraceColumn objects in the collection.
Public property Item[Int32] Gets the TraceColumn at the specified index.

Top