ICollectionView Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ICollectionView type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone Contains Indicates whether the specified item belongs to this collection view.
Public methodSupported by Silverlight for Windows Phone DeferRefresh Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Public methodSupported by Silverlight for Windows Phone GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public methodSupported by Silverlight for Windows Phone MoveCurrentTo Sets the specified item in the view as the CurrentItem.
Public methodSupported by Silverlight for Windows Phone MoveCurrentToFirst Sets the first item in the view as the CurrentItem.
Public methodSupported by Silverlight for Windows Phone MoveCurrentToLast Sets the last item in the view as the CurrentItem.
Public methodSupported by Silverlight for Windows Phone MoveCurrentToNext Sets the item after the CurrentItem in the view as the CurrentItem.
Public methodSupported by Silverlight for Windows Phone MoveCurrentToPosition Sets the item at the specified index to be the CurrentItem in the view.
Public methodSupported by Silverlight for Windows Phone MoveCurrentToPrevious Sets the item before the CurrentItem in the view to the CurrentItem.
Public methodSupported by Silverlight for Windows Phone Refresh Recreates the view.

Top

Extension Methods

  Name Description
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast<TResult> Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType<TResult> Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)

Top