Compartir a través de


EventPropertyCollection Miembros

The EventPropertyCollection object represents the properties of event objects.

El tipo EventPropertyCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an enumerator that can iterate through the list of objects.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of EventProperty objects in the EventPropertyCollection object.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the EventProperty object at the specified index position.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the EventProperty object that has the specified name.

Principio