다음을 통해 공유


BulkObservableCollection<T>.SetItem 메서드

지정 된 위치에 있는 항목을 바꿉니다.

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

구문

‘선언
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As T _
)
protected override void SetItem(
    int index,
    T item
)
protected:
virtual void SetItem(
    int index, 
    T item
) override
abstract SetItem : 
        index:int * 
        item:'T -> unit  
override SetItem : 
        index:int * 
        item:'T -> unit
protected override function SetItem(
    index : int, 
    item : T
)

매개 변수

  • index
    형식: Int32

    항목 바꾸기 위치입니다.

  • item
    형식: T

    바꿀 항목입니다.

.NET Framework 보안

참고 항목

참조

BulkObservableCollection<T> 클래스

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