CollectionView::GetEnumerator Method ()

 

Returns an object that you can use to enumerate the items in the view.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual IEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator object that you can use to enumerate the items in the view.

.NET Framework
Available since 3.0
Return to top
Show: