Condividi tramite


NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.Insert Method

Inserts a snapshot span into the list. This method throws a NotSupportedException.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Dichiarazione
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 does not support explicit interface implementations.

Parameters

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

Implements

IList<T>.Insert(Int32, T)

.NET Framework Security

See Also

Reference

NormalizedSnapshotSpanCollection Class

Microsoft.VisualStudio.Text Namespace