Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 802 Bytes

ibindableiterable_first_1920739956.md

File metadata and controls

24 lines (17 loc) · 802 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Interop.IBindableIterable.First
winrt method

Microsoft.UI.Xaml.Interop.IBindableIterable.First

-description

Returns a bindable iterator that iterates over the items in the collection.

-returns

The bindable iterator.

-remarks

This interface supports the creation of data bindable collections in C++. When programming with .NET, this interface is hidden and developers should use the System.Collections.IEnumerable interface instead.

-examples

-see-also

XAML data binding sample