다음을 통해 공유


NormalizedSnapshotSpanCollection.IList<SnapshotSpan>.IList 메서드

스냅숏 범위를 목록에 삽입합니다. 이 메서드는 NotSupportedException을 throw합니다.

네임스페이스:  Microsoft.VisualStudio.Text
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
Private Sub Insert ( _
    index As Integer, _
    item As SnapshotSpan _
) Implements IList(Of SnapshotSpan).Insert
void IList<SnapshotSpan>.Insert(
    int index,
    SnapshotSpan item
)
private:
virtual void Insert(
    int index, 
    SnapshotSpan item
) sealed = IList<SnapshotSpan>::Insert
private abstract Insert : 
        index:int * 
        item:SnapshotSpan -> unit  
private override Insert : 
        index:int * 
        item:SnapshotSpan -> unit
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

매개 변수

  • index
    형식: Int32

    스냅샷 범위를 삽입할 위치입니다.

구현

IList.Insert(Int32, UTP)

.NET Framework 보안

참고 항목

참조

NormalizedSnapshotSpanCollection 클래스

Microsoft.VisualStudio.Text 네임스페이스