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

 

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,
	Object^ value
) sealed

Parameters

index
Type: System::Int32

The location.

value
Type: System::Object^

The item.

Return to top
Show: