IBindableIterator.Current Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'élément en cours dans la collection.
public:
property Platform::Object ^ Current { Platform::Object ^ get(); };
IInspectable Current();
public object Current { get; }
var object = iBindableIterator.current;
Public ReadOnly Property Current As Object
Valeur de propriété
Élément actuel dans la collection.
Remarques
Cette interface prend en charge la création de collections de données pouvant être liées en C++. Lors de la programmation avec .NET, vous devez utiliser ObservableCollection(Of T) ou implémenter IList et INotifyCollectionChanged.