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)

Syntax

'Declaration
Public Function Remove ( _
    item As T _
) As Boolean
public bool Remove(
    T item
)
public:
virtual bool Remove(
    T item
) sealed
abstract Remove : 
        item:'T -> bool  
override Remove : 
        item:'T -> bool
public final function Remove(
    item : T
) : boolean

Parameters

  • item
    Type: T

    The item.

Return Value

Type: System.Boolean
true if the item was successfully removed, otherwise false.

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

FilteredObservableCollection<T> Class

Remove Overload

Microsoft.VisualStudio.Language.Intellisense Namespace