Remove Method
Collapse the table of content
Expand the table of content

IEditableCollectionView.Remove Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes the specified item from the collection.

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

void Remove(
	Object item
)

Parameters

item
Type: System.Object
The item to remove.

The item needs to be in the current filtered, sorted, and paged view. If item is not in the collection, Remove does nothing.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft