NormalizedSnapshotSpanCollection.IList.Item 속성

지정된 위치의 스냅숏 범위를 가져옵니다.

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

구문

‘선언
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item
Object IList.this[
    int index
] { get; set; }
private:
virtual property Object^ Item[int index] {
    Object^ get (int index) sealed = IList::Item::get;
    void set (int index, Object^ value) sealed = IList::Item::set;
}
private abstract Item : 
        index:int -> Object with get, set 
private override Item : 
        index:int -> Object with get, set
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

매개 변수

  • index
    형식: Int32

    위치를 나타냅니다.

속성 값

형식: Object
스냅숏 범위입니다.

구현

IList.Item

설명

set Throw 접근자는 NotSupportedException.

.NET Framework 보안

참고 항목

참조

NormalizedSnapshotSpanCollection 클래스

Microsoft.VisualStudio.Text 네임스페이스