Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 969 Bytes

ibindableiterator_current.md

File metadata and controls

24 lines (17 loc) · 969 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Interop.IBindableIterator.Current
winrt property

Microsoft.UI.Xaml.Interop.IBindableIterator.Current

-description

Gets the current item in the collection.

-property-value

The current item in the collection.

-remarks

This interface supports the creation of data bindable collections in C++. When programming with .NET, you should use ObservableCollection(Of T) or implement IList and INotifyCollectionChanged.

-examples

-see-also

XAML data binding sample