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

 

Replaces the item at the specified location.

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

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

Parameters

index
Type: System::Int32

The location at which to replace the item.

item
Type: T

The item to replace.

Return to top
Show: