NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Remove Yöntem

Tanım

Belirtilen yayılma alanını koleksiyondan kaldırır. Bu yöntem bir oluşturur NotSupportedException .

 virtual bool System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Remove(Microsoft::VisualStudio::Text::SnapshotSpan item) = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::Remove;
bool System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Remove(Microsoft::VisualStudio::Text::SnapshotSpan item);
bool ICollection<SnapshotSpan>.Remove (Microsoft.VisualStudio.Text.SnapshotSpan item);
abstract member System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Remove : Microsoft.VisualStudio.Text.SnapshotSpan -> bool
override this.System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Remove : Microsoft.VisualStudio.Text.SnapshotSpan -> bool
Function Remove (item As SnapshotSpan) As Boolean Implements ICollection(Of SnapshotSpan).Remove

Parametreler

item
SnapshotSpan

Anlık görüntü aralığı.

Döndürülenler

Boolean

yayılımı kaldırmak mümkünse doğru .

Uygulamalar

Şunlara uygulanır