ModelPropertyCollection Class

Definition

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

Constructors

ModelPropertyCollection()

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