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
'Dichiarazione
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.