ICollectionView.CurrentItem Propiedad

Definición

Obtiene el elemento actual de la vista.

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

Valor de propiedad

Object

Platform::Object

IInspectable

Elemento actual en la vista o null si no hay ningún elemento actual.

Se aplica a