Share via


PropertyEntryCollection.GetEnumerator Method

When overridden in a derived class, returns an IEnumerator of all the PropertyEntry instances in this collection.

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

Syntax

'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyEntry)
public abstract IEnumerator<PropertyEntry> GetEnumerator()
public:
virtual IEnumerator<PropertyEntry^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyEntry> 
public abstract function GetEnumerator() : IEnumerator<PropertyEntry>

Return Value

Type: System.Collections.Generic.IEnumerator<PropertyEntry>
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

PropertyEntryCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture