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 (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyEntry)
'Usage
Dim instance As PropertyEntryCollection 
Dim returnValue As IEnumerator(Of PropertyEntry)

returnValue = instance.GetEnumerator()
public abstract IEnumerator<PropertyEntry> GetEnumerator()
public:
virtual IEnumerator<PropertyEntry^>^ GetEnumerator() abstract
public abstract function GetEnumerator() : IEnumerator<PropertyEntry>

Return Value

Type: System.Collections.Generic.IEnumerator<PropertyEntry>

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

PropertyEntryCollection Class

PropertyEntryCollection Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture