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.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- item
- Type: T
The object to remove.
Return Value
Type: System.Booleantrue if the object was removed; false if the object was not found in the collection.
Implements
ICollection<T>.Remove(T)| Exception | Condition |
|---|---|
| ArgumentException | item is not a DependencyObject. |
| InvalidOperationException | The method is being called in a CollectionChanged event handler. |
Show: