ModelMemberCollection<TItemType, TFindType> Class

Represents a collection for model members.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustInherit Class ModelMemberCollection(Of TItemType, TFindType) _
    Implements IEnumerable(Of TItemType), IEnumerable
'Usage
Dim instance As ModelMemberCollection(Of TItemType, TFindType)
public abstract class ModelMemberCollection<TItemType, TFindType> : IEnumerable<TItemType>, 
    IEnumerable
generic<typename TItemType, typename TFindType>
public ref class ModelMemberCollection abstract : IEnumerable<TItemType>, 
    IEnumerable
JScript does not support generic types or methods.

Type Parameters

  • TItemType
    The type of item the collection represents.
  • TFindType
    The type that should be used as a key in Find methods.

Remarks

ModelMemberCollection<TItemType, TFindType> is an abstract base class that ModelPropertyCollection and ModelEventCollection derive from.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Model.ModelMemberCollection<TItemType, TFindType>
    Microsoft.Windows.Design.Model.ModelEventCollection
    Microsoft.Windows.Design.Model.ModelPropertyCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModelMemberCollection<TItemType, TFindType> Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility