Freigeben über


NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.IList-Methode

Entfernt eine Momentaufnahmespanne an der angegebenen Position. Diese Methode löst eine NotSupportedException aus.

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 unterstützt keine expliziten Schnittstellenimplementierungen

Parameter

  • index
    Typ: Int32

    Die Position, an der die Momentaufnahmespanne entfernt werden soll.

Implementiert

IList.RemoveAt(Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

Microsoft.VisualStudio.Text-Namespace