BulkObservableCollection<T>::InsertItem Method (Int32, T)

 

Inserts an item at the specified index.

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

protected:
virtual void InsertItem(
	int index,
	T item
) override

Parameters

index
Type: System::Int32

The location at which to insert the item.

item
Type: T

The item to insert.

Return to top
Show: