BulkObservableCollection<T>::RemoveItem Method (Int32)

 

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)

protected:
virtual void RemoveItem(
	int index
) override

Parameters

index
Type: System::Int32

The location at which to remove the item.

Return to top
Show: