Membres EventPropertyCollection
The EventPropertyCollection object represents the properties of event objects.
Le type EventPropertyCollection expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
Haut de la page
Voir aussi