PresentationFrameworkCollection<T>.IList.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the first occurrence of a specific object from the PresentationFrameworkCollection<T>.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: System.Object
The object to remove from the PresentationFrameworkCollection<T>.
Implements
IList.Remove(Object)
Show: