FilteredObservableCollection<T>::Remove Method (T)

 

Since this collection is read-only, throws an InvalidOperationException.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual bool Remove(
	T item
) sealed

Parameters

item
Type: T

The item.

Return Value

Type: System::Boolean

true if the item was successfully removed, otherwise false.

Return to top
Show: