FilteredObservableCollection<T>::Insert Method (Int32, T)

 

Since this collection is read-only, throws an InvalidOperationException.

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

public:
virtual void Insert(
	int index,
	T item
) sealed

Parameters

index
Type: System::Int32

The location.

item
Type: T

The item.

Return to top
Show: