Membri EventPropertyCollection
The EventPropertyCollection object represents the properties of event objects.
Il tipo EventPropertyCollection espone i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
In alto
Vedere anche