ItemCollection.CurrentItem 속성

정의

보기에서 현재 항목을 가져옵니다.

public:
 virtual property System::Object ^ CurrentItem { System::Object ^ get(); };
public override object CurrentItem { get; }
member this.CurrentItem : obj
Public Overrides ReadOnly Property CurrentItem As Object

속성 값

뷰의 현재 개체이거나 null 컬렉션이 초기화되지 않거나 모드에 ItemsSource 컬렉션이 없는 경우입니다.

기본적으로 컬렉션의 첫 번째 항목은 현재 항목으로 시작됩니다.

적용 대상

추가 정보