Classe PropertyValueCollection
Representa uma coleção de PropertyValue instâncias.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (em Microsoft.Windows.Design.dll)
Sintaxe
Public MustInherit Class PropertyValueCollection _
Implements IEnumerable(Of PropertyValue), IEnumerable, _
INotifyCollectionChanged
Dim instance As PropertyValueCollection
public abstract class PropertyValueCollection : IEnumerable<PropertyValue>,
IEnumerable, INotifyCollectionChanged
public ref class PropertyValueCollection abstract : IEnumerable<PropertyValue^>,
IEnumerable, INotifyCollectionChanged
public abstract class PropertyValueCollection implements IEnumerable<PropertyValue>, IEnumerable, INotifyCollectionChanged
Comentários
O abstratoPropertyValueCollection classe é usada para cujo tipo é uma coleção de propriedades.
Hierarquia de herança
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection
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 PropertyValueCollection
Namespace Microsoft.Windows.Design.PropertyEditing