NormalizedSnapshotSpanCollection::IList::Insert Method (Int32, Object^)

 

Inserts a snapshot span into the list at the specified location. This method throws a NotSupportedException.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

private:
virtual void Insert(
	int index,
	Object^ value
) sealed = IList::Insert

Parameters

index
Type: System::Int32

The location.

value
Type: System::Object^

The snapshot span.

Return to top
Show: