PropertyEntryCollection Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class PropertyEntryCollection _
    Implements IEnumerable(Of PropertyEntry), IEnumerable
public abstract class PropertyEntryCollection : IEnumerable<PropertyEntry>, 
    IEnumerable
public ref class PropertyEntryCollection abstract : IEnumerable<PropertyEntry^>, 
    IEnumerable
[<AbstractClass>]
type PropertyEntryCollection =  
    class
        interface IEnumerable<PropertyEntry>
        interface IEnumerable
    end
public abstract class PropertyEntryCollection implements IEnumerable<PropertyEntry>, IEnumerable

The PropertyEntryCollection type exposes the following members.

Constructors

  Name Description
Protected method PropertyEntryCollection Initializes a new instance of the PropertyEntryCollection class.

Top

Properties

  Name Description
Public property Count When overridden in a derived class, gets the number of PropertyEntry instances in this collection.
Public property Item When overridden in a derived class, gets a PropertyEntry from this collection of the specified name.
Public property ParentValue Gets the parent PropertyValue.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator When overridden in a derived class, returns an IEnumerator of all the PropertyEntry instances in this collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Infrastructure. For a description of this member, see IEnumerable.GetEnumerator.

Top

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

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture