Share via


PropertyValueCollection.GetEnumerator Method

When overridden in a derived class, returns a strongly typed IEnumerator for the collection of PropertyValue objects.

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 PropertyValue)
public abstract IEnumerator<PropertyValue> GetEnumerator()
public:
virtual IEnumerator<PropertyValue^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyValue> 
public abstract function GetEnumerator() : IEnumerator<PropertyValue>

Return Value

Type: System.Collections.Generic.IEnumerator<PropertyValue>
An enumeration of PropertyValue objects.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

PropertyValueCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture