Classe ModelPropertyCollection
Representa uma coleção de propriedades.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
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>
Comentários
The ModelPropertyCollection classe define um enumerador e uma variedade de mecanismos de Pesquisar.
Hierarquia de herança
System.Object
Microsoft.Windows.Design.Model.ModelMemberCollection<ModelProperty, DependencyProperty>
Microsoft.Windows.Design.Model.ModelPropertyCollection
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Membros ModelPropertyCollection
Namespace Microsoft.Windows.Design.Model