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 : Int32Emplacement.
value
Type : ObjectÉtendue d'instantanés.
Implémentations
IList.Insert(Int32, Object)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.