Share via


BulkObservableCollection<T>.RemoveItem Method

Removes an item from the collection at the specified location.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit  
override RemoveItem : 
        index:int -> unit
protected override function RemoveItem(
    index : int
)

Parameters

  • index
    Type: Int32

    The location at which to remove the item.

.NET Framework Security

See Also

Reference

BulkObservableCollection<T> Class

Microsoft.VisualStudio.Language.Intellisense Namespace