ICollectionView.CurrentItem 속성

정의

뷰의 현재 항목을 가져옵니다.

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

속성 값

뷰의 현재 항목이거나 현재 항목이 없는 경우 null입니다.

적용 대상

추가 정보