Condividi tramite


IBindableIterator.Current Proprietà

Definizione

Ottiene l'elemento corrente dell'insieme.

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

Valore della proprietà

Object

Platform::Object

IInspectable

Elemento corrente presente nell'insieme.

Commenti

Questa interfaccia supporta la creazione di raccolte associabili ai dati in C++. Quando si esegue la programmazione con .NET, è consigliabile usare ObservableCollection(Of T) o implementare IList e INotifyCollectionChanged.

Si applica a

Vedi anche