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。

適用於