NormalizedSnapshotSpanCollection.IList.RemoveAt, méthode
Supprime une étendue d'instantanés de 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 RemoveAt ( _
index As Integer _
) Implements IList.RemoveAt
void IList.RemoveAt(
int index
)
private:
virtual void RemoveAt(
int index
) sealed = IList::RemoveAt
private abstract RemoveAt :
index:int -> unit
private override RemoveAt :
index:int -> unit
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Paramètres
index
Type : Int32Emplacement.
Implémentations
IList.RemoveAt(Int32)
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.