GeneralTransformCollection.IEnumerable<GeneralTransform>.GetEnumerator Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Aby uzyskać opis tego elementu członkowskiego, zobacz GetEnumerator().
virtual System::Collections::Generic::IEnumerator<System::Windows::Media::GeneralTransform ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.GeneralTransform>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::GeneralTransform ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform> IEnumerable<GeneralTransform>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.GeneralTransform>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.GeneralTransform>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform>
Function GetEnumerator () As IEnumerator(Of GeneralTransform) Implements IEnumerable(Of GeneralTransform).GetEnumerator
Zwraca
Obiekt IEnumerator<T>, który może służyć do iterowania po kolekcji.
Implementuje
Uwagi
Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy GeneralTransformCollection wystąpienie jest rzutowanie do interfejsu IEnumerable<T> .
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.