NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.Insert Yöntem

Tanım

Listeye bir anlık görüntü yayılımı ekler. Bu yöntem bir oluşturur NotSupportedException .

 virtual void System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.Insert(int index, Microsoft::VisualStudio::Text::SnapshotSpan item) = System::Collections::Generic::IList<Microsoft::VisualStudio::Text::SnapshotSpan>::Insert;
void System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.Insert(int index, Microsoft::VisualStudio::Text::SnapshotSpan item);
void IList<SnapshotSpan>.Insert (int index, Microsoft.VisualStudio.Text.SnapshotSpan item);
abstract member System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.Insert : int * Microsoft.VisualStudio.Text.SnapshotSpan -> unit
override this.System.Collections.Generic.IList<Microsoft.VisualStudio.Text.SnapshotSpan>.Insert : int * Microsoft.VisualStudio.Text.SnapshotSpan -> unit
Sub Insert (index As Integer, item As SnapshotSpan) Implements IList(Of SnapshotSpan).Insert

Parametreler

index
Int32

Anlık görüntü yayılması eklenecek konum.

item
SnapshotSpan

Eklenecek anlık görüntü aralığı.

Uygulamalar

Şunlara uygulanır