'Usage Dim instance As NotifyCollectionBase(Of T) Dim item As T Dim value As Boolean value = instance.Remove(item)
Parameters
- item
- The item to remove from the collection.
Return Value
true
if the item is successfully removed; otherwise, false
.'Usage Dim instance As NotifyCollectionBase(Of T) Dim item As T Dim value As Boolean value = instance.Remove(item)
true
if the item is successfully removed; otherwise, false
.Exception | Description |
---|---|
System.NotSupportedException | The collection is read-only. |