IC1CollectionView Interface
 
            
                In This Topic
            
            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.
            Object Model
            Syntax
            
            
            
            
            '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 
             
        
            
            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  
             
        
             
         
            
            
            
            
            
            
            
            
            
            
            See Also