閱讀英文

共用方式為


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

'宣告
Public Function Remove ( _
    item As T _
) As 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