ICollectionView.CurrentItem 속성

정의

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

public:
 property Platform::Object ^ CurrentItem { Platform::Object ^ get(); };
IInspectable CurrentItem();
public object CurrentItem { get; }
var object = iCollectionView.currentItem;
Public ReadOnly Property CurrentItem As Object

속성 값

Object

Platform::Object

IInspectable

뷰의 현재 항목 또는 null(현재 항목이 없는 경우)입니다.

적용 대상