다음을 통해 공유


NormalizedSnapshotSpanCollection.IList.Insert 메서드

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

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

구문

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

매개 변수

  • index
    형식: Int32

    위치를 나타냅니다.

  • value
    형식: Object

    스냅숏 범위입니다.

구현

IList.Insert(Int32, Object)

.NET Framework 보안

참고 항목

참조

NormalizedSnapshotSpanCollection 클래스

Microsoft.VisualStudio.Text 네임스페이스