Compartir a través de


IBindableIterator.Current Propiedad

Definición

Obtiene el elemento actual de la colección.

public:
 property Platform::Object ^ Current { Platform::Object ^ get(); };
IInspectable Current();
public object Current { get; }
var object = iBindableIterator.current;
Public ReadOnly Property Current As Object

Valor de propiedad

Object

Platform::Object

IInspectable

Elemento actual de la colección.

Comentarios

Esta interfaz admite la creación de colecciones enlazables de datos en C++. Al programar con .NET, debe usar ObservableCollection(Of T) o implementar IList e INotifyCollectionChanged.

Se aplica a

Consulte también