NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.RemoveAt Method

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)

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList(Of SnapshotSpan).RemoveAt
void IList<SnapshotSpan>.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList<SnapshotSpan>::RemoveAt
private abstract RemoveAt : 
        index:int -> unit 
private override RemoveAt : 
        index:int -> unit 
JScript does not support explicit interface implementations.

Parameters

  • index
    Type: System.Int32
    The location at which to remove the snapshot span.

Implements

IList<T>.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

NormalizedSnapshotSpanCollection Class

Microsoft.VisualStudio.Text Namespace