Share via


PropertyEntryCollection Class

Represents a collection of PropertyEntry instances for sub-properties of a given PropertyEntry.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public MustInherit Class PropertyEntryCollection _
    Implements IEnumerable(Of PropertyEntry), IEnumerable
'Usage
Dim instance As PropertyEntryCollection
public abstract class PropertyEntryCollection : IEnumerable<PropertyEntry>, 
    IEnumerable
public ref class PropertyEntryCollection abstract : IEnumerable<PropertyEntry^>, 
    IEnumerable
public abstract class PropertyEntryCollection implements IEnumerable<PropertyEntry>, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection

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

PropertyEntryCollection Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture