NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Add(SnapshotSpan) Methode

Definition

Fügt der Auflistung eine Momentaufnahmespanne hinzu. Diese Methode löst eine NotSupportedException aus.

 virtual void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Add(Microsoft::VisualStudio::Text::SnapshotSpan item) = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::Add;
void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Add(Microsoft::VisualStudio::Text::SnapshotSpan item);
void ICollection<SnapshotSpan>.Add (Microsoft.VisualStudio.Text.SnapshotSpan item);
abstract member System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Add : Microsoft.VisualStudio.Text.SnapshotSpan -> unit
override this.System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Add : Microsoft.VisualStudio.Text.SnapshotSpan -> unit
Sub Add (item As SnapshotSpan) Implements ICollection(Of SnapshotSpan).Add

Parameter

item
SnapshotSpan

Die Momentaufnahmespanne.

Implementiert

Gilt für