CollectionView.SetCurrent 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CollectionView의 현재 항목을 설정합니다.
오버로드
SetCurrent(Object, Int32) |
지정한 항목 및 인덱스를 CurrentItem 및 CurrentPosition 속성 값으로 설정합니다. |
SetCurrent(Object, Int32, Int32) |
지정한 항목 및 인덱스를 CurrentItem 및 CurrentPosition 속성 값으로 설정합니다. 파생 클래스의 생성자에서 이 메서드를 호출할 수 있습니다. |
SetCurrent(Object, Int32)
지정한 항목 및 인덱스를 CurrentItem 및 CurrentPosition 속성 값으로 설정합니다.
protected:
void SetCurrent(System::Object ^ newItem, int newPosition);
protected void SetCurrent (object newItem, int newPosition);
member this.SetCurrent : obj * int -> unit
Protected Sub SetCurrent (newItem As Object, newPosition As Integer)
매개 변수
- newItem
- Object
CurrentItem으로 설정할 항목입니다.
- newPosition
- Int32
CurrentPosition 속성 값으로 설정할 값입니다.
적용 대상
SetCurrent(Object, Int32, Int32)
지정한 항목 및 인덱스를 CurrentItem 및 CurrentPosition 속성 값으로 설정합니다. 파생 클래스의 생성자에서 이 메서드를 호출할 수 있습니다.
protected:
void SetCurrent(System::Object ^ newItem, int newPosition, int count);
protected void SetCurrent (object newItem, int newPosition, int count);
member this.SetCurrent : obj * int * int -> unit
Protected Sub SetCurrent (newItem As Object, newPosition As Integer, count As Integer)
매개 변수
- newItem
- Object
CurrentItem으로 설정할 항목입니다.
- newPosition
- Int32
CurrentPosition 속성 값으로 설정할 값입니다.
- count
- Int32
CollectionView의 항목 수입니다.
설명
파생 클래스의 생성자에서 이 오버로드를 호출합니다. 가상 속성인 Count 속성을 .로 count
전달하지 마세요. 대신 컬렉션을 나타내는 내부 IList 개수를 전달합니다.
SetCurrent .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.