Freigeben über


NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.IList-Methode

Fügt eine Momentaufnahmespanne in der Liste ein. 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 Insert ( _
    index As Integer, _
    item As SnapshotSpan _
) Implements IList(Of SnapshotSpan).Insert
void IList<SnapshotSpan>.Insert(
    int index,
    SnapshotSpan item
)
private:
virtual void Insert(
    int index, 
    SnapshotSpan item
) sealed = IList<SnapshotSpan>::Insert
private abstract Insert : 
        index:int * 
        item:SnapshotSpan -> unit  
private override Insert : 
        index:int * 
        item:SnapshotSpan -> unit
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Parameter

  • index
    Typ: Int32

    Die Position, an der die Momentaufnahme enthalten, die eingefügt werden soll.

Implementiert

IList.Insert(Int32, UTP)

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

Microsoft.VisualStudio.Text-Namespace