ModelPropertyCollection Class
Represents a collection of properties.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustInherit Class ModelPropertyCollection _
Inherits ModelMemberCollection(Of ModelProperty, DependencyProperty)
'Usage
Dim instance As ModelPropertyCollection
public abstract class ModelPropertyCollection : ModelMemberCollection<ModelProperty, DependencyProperty>
public ref class ModelPropertyCollection abstract : public ModelMemberCollection<ModelProperty^, DependencyProperty^>
public abstract class ModelPropertyCollection extends ModelMemberCollection<ModelProperty, DependencyProperty>
Remarks
The ModelPropertyCollection class defines an enumerator and a variety of search mechanisms.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Model.ModelMemberCollection<ModelProperty, DependencyProperty>
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
ModelPropertyCollection Members
Microsoft.Windows.Design.Model Namespace