Partager via


NormalizedSnapshotSpanCollection.IList.Insert, méthode

Insère une étendue d'instantanés dans la liste à l'emplacement spécifié. Cette méthode lève une NotSupportedException.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
void IList.Insert(
    int index,
    Object value
)
private:
virtual void Insert(
    int index, 
    Object^ value
) sealed = IList::Insert
private abstract Insert : 
        index:int * 
        value:Object -> unit  
private override Insert : 
        index:int * 
        value:Object -> unit
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • index
    Type : Int32

    Emplacement.

  • value
    Type : Object

    Étendue d'instantanés.

Implémentations

IList.Insert(Int32, Object)

Sécurité .NET Framework

Voir aussi

Référence

NormalizedSnapshotSpanCollection Classe

Microsoft.VisualStudio.Text, espace de noms