NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Clear Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Löscht die Auflistung. Diese Methode löst eine NotSupportedException aus.
virtual void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear() = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::Clear;
virtual void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear() = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::Clear;
void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear();
void ICollection<SnapshotSpan>.Clear ();
abstract member System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of SnapshotSpan).Clear