NormalizedSnapshotSpanCollection::IList::RemoveAt Method (Int32)

 

Removes a snapshot span 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 RemoveAt(
	int index
) sealed = IList::RemoveAt

Parameters

index
Type: System::Int32

The location.

Return to top
Show: