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 | |
---|---|---|
PropertyEntryCollection | Initializes a new instance of the PropertyEntryCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | When overridden in a derived class, gets the number of PropertyEntry instances in this collection. | |
Item | When overridden in a derived class, gets a PropertyEntry from this collection of the specified name. | |
ParentValue | Gets the parent PropertyValue. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | When overridden in a derived class, returns an IEnumerator of all the PropertyEntry instances in this collection. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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