Partager via


NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.ICollection, méthode

Ajoute une étendue d'instantanés à la collection. 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 Add ( _
    item As SnapshotSpan _
) Implements ICollection(Of SnapshotSpan).Add
void ICollection<SnapshotSpan>.Add(
    SnapshotSpan item
)
private:
virtual void Add(
    SnapshotSpan item
) sealed = ICollection<SnapshotSpan>::Add
private abstract Add : 
        item:SnapshotSpan -> unit  
private override Add : 
        item:SnapshotSpan -> unit
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

Implémentations

ICollection.Add(UTP)

Sécurité .NET Framework

Voir aussi

Référence

NormalizedSnapshotSpanCollection Classe

Microsoft.VisualStudio.Text, espace de noms