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 | |
---|---|---|
CopyTo(array<EventProperty[], Int32) | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of EventProperty objects in the EventPropertyCollection object. | |
Item[Int32] | Gets the EventProperty object at the specified index position. | |
Item[String] | Gets the EventProperty object that has the specified name. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | ||
IEnumerable.GetEnumerator() | ||
ICollection.IsSynchronized | ||
ICollection.SyncRoot |
Top