FilteredObservableCollection<T>::Remove Method (T)
Visual Studio 2015
Since this collection is read-only, throws an InvalidOperationException.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- item
-
Type:
T
The item.
Implements
ICollection<T>::Remove(T)
Show: