ListControl.SetItemCore(Int32, Object) 메서드

정의

파생 클래스에서 재정의되면 개체를 파생 클래스에 지정된 인덱스로 설정합니다.

protected:
 virtual void SetItemCore(int index, System::Object ^ value);
protected virtual void SetItemCore (int index, object value);
abstract member SetItemCore : int * obj -> unit
override this.SetItemCore : int * obj -> unit
Protected Overridable Sub SetItemCore (index As Integer, value As Object)

매개 변수

index
Int32

개체의 배열 인덱스입니다.

value
Object

개체입니다.

적용 대상