DrawingCollection.Enumerator Yapı
Tanım
Drawingİçindeki öğeleri numaralandırır DrawingCollection .Enumerates Drawing items in a DrawingCollection.
public: value class DrawingCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Drawing ^>
public struct DrawingCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Drawing>
type DrawingCollection.Enumerator = struct
interface IEnumerator<Drawing>
interface IEnumerator
interface IDisposable
type DrawingCollection.Enumerator = struct
interface IEnumerator<Drawing>
interface IDisposable
interface IEnumerator
type DrawingCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Drawing>
interface IDisposable
Public Structure DrawingCollection.Enumerator
Implements IEnumerator(Of Drawing)
- Devralma
- Uygulamalar
Özellikler
Current |
Koleksiyondaki geçerli öğeyi alır.Gets the current element in the collection. |
Yöntemler
MoveNext() |
Numaralandırıcıyı koleksiyondaki bir sonraki öğeye ilerletir.Advances the enumerator to the next element in the collection. |
Reset() |
Numaralandırıcı, koleksiyondaki ilk öğeden önceki ilk konumuna sıfırlanır.Resets the enumerator to its initial position, which is before the first element in the collection. |
Belirtik Arabirim Kullanımları
IDisposable.Dispose() |
Bu tür veya üye Windows Presentation Foundation (WPF) altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
Bu tür veya üye Windows Presentation Foundation (WPF) altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |