Sdílet prostřednictvím


ModelMemberCollection<TItemType, TKeyType>.IEnumerable.GetEnumerator – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Popis tohoto člena v IEnumerable.GetEnumerator.

Obor názvů:  Microsoft.Windows.Design.Model
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator 
private override GetEnumerator : unit -> IEnumerator 
Jazyk JScript nepodporuje explicitní implementace rozhraní.

Vrácená hodnota

Typ: System.Collections.IEnumerator
IEnumerator Výčet položek.

Implementuje

IEnumerable.GetEnumerator()

Poznámky

Tento člen je explicitní členské implementace rozhraní. Lze použít jen tehdy, když ModelMemberCollection<TItemType, TKeyType> je instance přetypovat na IEnumerable rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelMemberCollection<TItemType, TKeyType> Třída

Microsoft.Windows.Design.Model – obor názvů

Další zdroje

WPF Designer Extensibility