NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Remove Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
yayılımı kaldırmak mümkünse doğru .