FilteredObservableCollection<T>::Remove Method (Object^)

 

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 void Remove(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

The item.

Return to top
Show: