ModelMemberCollection<TItemType, TKeyType>.GetEnumerator Method

When overridden in a derived class, returns an enumerator to enumerate items.

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

Syntax

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

Return Value

Type: System.Collections.Generic.IEnumerator<TItemType>
An IEnumerator to enumerate items.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

ModelMemberCollection<TItemType, TKeyType> Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility