Condividi tramite


Classe ModelPropertyCollection

Aggiornamento: novembre 2007

Rappresenta un insieme di proprietà.

Spazio dei nomi:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

Public MustInherit Class ModelPropertyCollection _
    Inherits ModelMemberCollection(Of ModelProperty, DependencyProperty)

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>

Note

La classe ModelPropertyCollection definisce un enumeratore e una varietà di meccanismi di ricerca.

Gerarchia di ereditarietà

System.Object
  Microsoft.Windows.Design.Model.ModelMemberCollection<ModelProperty, DependencyProperty>
    Microsoft.Windows.Design.Model.ModelPropertyCollection

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Membri ModelPropertyCollection

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Estensibilità di Progettazione WPF