NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Add 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.
Koleksiyona bir anlık görüntü yayılımı ekler. Bu yöntem bir oluşturur NotSupportedException .
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
Parametreler
- item
- SnapshotSpan
Anlık görüntü aralığı.