NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.RemoveAt Method

Definition

Removes a snapshot span at the specified location. This method throws a NotSupportedException.

 virtual void System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.RemoveAt(int index) = System::Collections::Generic::IList<Microsoft::VisualStudio::Text::SnapshotSpan>::RemoveAt;
 virtual void System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.RemoveAt(int index) = System::Collections::Generic::IList<Microsoft::VisualStudio::Text::SnapshotSpan>::RemoveAt;
void System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.RemoveAt(int index);
void IList<SnapshotSpan>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of SnapshotSpan).RemoveAt

Parameters

index
Int32

The location at which to remove the snapshot span.

Implements

Applies to