NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.RemoveAt Yöntem

Tanım

Belirtilen konumda bir anlık görüntü yayılımını kaldırır. Bu yöntem bir oluşturur NotSupportedException .

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

Parametreler

index
Int32

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

Uygulamalar

Şunlara uygulanır