다음을 통해 공유


FilteredObservableCollection<T>.Item 속성

지정 된 위치에 있는 항목을 가져옵니다.

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

구문

‘선언
Public Default Property Item ( _
    index As Integer _
) As T
public T this[
    int index
] { get; set; }
public:
virtual property T default[int index] {
    T get (int index) sealed;
    void set (int index, T value) sealed;
}
abstract Item : 
        index:int -> 'T with get, set 
override Item : 
        index:int -> 'T with get, set
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • index
    형식: Int32

    위치

속성 값

형식: T

구현

IList.Item

설명

이 속성의 setter를 throw 된 InvalidOperationException.

.NET Framework 보안

참고 항목

참조

FilteredObservableCollection<T> 클래스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스