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。

适用于