IBindableIterable インターフェイス

定義

IIterable を拡張して、データ バインディング インフラストラクチャの要件を有効にします。

。ネット このインターフェイスは System.Collections.IEnumerable として表示されます。

public interface class IBindableIterable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(57486344, 57129, 16815, 138, 162, 215, 116, 190, 98, 186, 111)]
struct IBindableIterable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(57486344, 57129, 16815, 138, 162, 215, 116, 190, 98, 186, 111)]
public interface IEnumerable
Public Interface IEnumerable
派生
属性

注釈

.NET を使用してプログラミングする場合、このインターフェイスは非表示になり、開発者は System.Collections.IEnumerable インターフェイスを使用する必要があります。

メソッド

First()

コレクション内の項目を反復処理するバインド可能な反復子を返します。

適用対象

こちらもご覧ください