EventPropertyCollection Members

Include Protected Members
Include Inherited Members

The EventPropertyCollection object represents the properties of event objects.

The EventPropertyCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo(array<EventProperty[], Int32) Copies the collection objects to a one-dimensional array starting at the specified index value.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets an enumerator that can iterate through the list of objects.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of EventProperty objects in the EventPropertyCollection object.
Public property Item[Int32] Gets the EventProperty object at the specified index position.
Public property Item[String] Gets the EventProperty object that has the specified name.

Top