ModelEventCollection Class

Definition

public ref class ModelEventCollection abstract : Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelMemberCollection<Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelEvent ^, Microsoft::VisualStudio::DesignTools::Extensibility::Metadata::EventIdentifier>
public abstract class ModelEventCollection : Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelMemberCollection<Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelEvent,Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.EventIdentifier>
type ModelEventCollection = class
    inherit ModelMemberCollection<ModelEvent, EventIdentifier>
Public MustInherit Class ModelEventCollection
Inherits ModelMemberCollection(Of ModelEvent, EventIdentifier)
Inheritance

Constructors

ModelEventCollection()

Properties

Item[String] (Inherited from ModelMemberCollection<TItemType,TKeyType>)
Item[TKeyType] (Inherited from ModelMemberCollection<TItemType,TKeyType>)

Methods

Find(String) (Inherited from ModelMemberCollection<TItemType,TKeyType>)
Find(String, Boolean) (Inherited from ModelMemberCollection<TItemType,TKeyType>)
Find(TKeyType) (Inherited from ModelMemberCollection<TItemType,TKeyType>)
Find(TKeyType, Boolean) (Inherited from ModelMemberCollection<TItemType,TKeyType>)
GetEnumerator() (Inherited from ModelMemberCollection<TItemType,TKeyType>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ModelMemberCollection<TItemType,TKeyType>)

Applies to