CollectionView.GetEnumerator Metodo

Definizione

Restituisce un oggetto che è possibile utilizzare per enumerare gli elementi nella visualizzazione.

protected:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
protected virtual System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Protected Overridable Function GetEnumerator () As IEnumerator

Restituisce

Oggetto IEnumerator che è possibile utilizzare per enumerare gli elementi nella visualizzazione.

Si applica a