Remove Method

DependencyObjectCollection<T>.Remove Method

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

Removes the specified object from the collection.

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

public bool Remove(
	T item
)

Parameters

item
Type: T
The object to remove.

Return Value

Type: System.Boolean
true if the object was removed; false if the object was not found in the collection.

Implements

ICollection<T>.Remove(T)

ExceptionCondition
ArgumentException

item is not a DependencyObject.

InvalidOperationException

The method is being called in a CollectionChanged event handler.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft