IC1CollectionView Interface
Extends the WinRT ICollectionView interface to provide sorting and filtering. This interface adds the members defined in WPF and Silverlight versions of ICollectionView but absent in WinRT.
public interface IC1CollectionView : Windows.Foundation.Collections.IIterable<object>, Windows.Foundation.Collections.IIterable<T>, Windows.Foundation.Collections.IObservableVector<object>, Windows.Foundation.Collections.IVector<object>, Windows.UI.Xaml.Data.ICollectionView
'Declaration
Public Interface IC1CollectionView
Inherits Windows.Foundation.Collections.IIterable(Of Object), Windows.Foundation.Collections.IIterable(Of T), Windows.Foundation.Collections.IObservableVector(Of Object), Windows.Foundation.Collections.IVector(Of Object), Windows.UI.Xaml.Data.ICollectionView