ICollectionView::SourceCollection Property

 

Returns the underlying collection.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

property IEnumerable^ SourceCollection {
	IEnumerable^ get();
}

Property Value

Type: System.Collections::IEnumerable^

An IEnumerable object that is the underlying collection.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: