AnalyticsEventTypeDefinitionCollection members
Represents a collection of AnalyticsEventTypeDefinition objects.
The AnalyticsEventTypeDefinitionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of AnalyticsEventTypeDefinition objects in the collection. | |
Item[Guid] | Gets an AnalyticsEventTypeDefinition object for the given custom event type ID. | |
Item[Int32] | Gets an AnalyticsEventTypeDefinition object for the specified event type ID. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator for the current AnalyticsEventTypeDefinitionCollection(). | |
GetEventTypeDefinition | Returns an AnalyticsEventTypeDefinition object for a specified event ID. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top