共用方式為


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()

傳回可系結的反覆運算器,逐一查看集合中的專案。

適用於

另請參閱