Sdílet prostřednictvím


RelativePosition.IEnumerable.GetEnumerator – metoda

Popis tohoto člena v IEnumerable.GetEnumerator.

Obor názvů:  Microsoft.Windows.Design.Interaction
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
Výčet položek kontextu RelativePosition objektů.

Implementuje

IEnumerable.GetEnumerator()

Poznámky

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RelativePosition Třída

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

Další zdroje

WPF Designer Extensibility