TraceColumnCollection Class

Definition

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

[System.Runtime.InteropServices.Guid("83BC7AED-4D6F-4e61-B396-565A491185FB")]
public sealed class TraceColumnCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("83BC7AED-4D6F-4e61-B396-565A491185FB")>]
type TraceColumnCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class TraceColumnCollection
Implements ICollection
Inheritance
TraceColumnCollection
Attributes
Implements

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets the TraceColumn element at the specified index.

Methods

Add(TraceColumn)

Adds the specified TraceColumn to the end of the collection.

Clear()

Removes all items from the collection.

Contains(TraceColumn)

Determines whether the specified TraceColumn exists in the collection.

Remove(TraceColumn)

Removes the specified TraceColumn from this collection.

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Applies to