共用方式為


IBindableIterator 介面

定義

支援集合上的可系結反復專案。

public interface class IBindableIterator
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1780313095, 1901, 18930, 131, 20, 245, 44, 156, 154, 131, 49)]
struct IBindableIterator
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1780313095, 1901, 18930, 131, 20, 245, 44, 156, 154, 131, 49)]
public interface IBindableIterator
Public Interface IBindableIterator
屬性

備註

此介面支援在 C++ 中建立可系結的資料集合。 使用 .NET 進行程式設計時,您應該使用 ObservableCollection (Of T) 或實作 IListINotifyCollectionChanged。 如需詳細資訊,請參閱 系結至集合

屬性

Current

取得集合中的目前項目。

HasCurrent

取得值,指出目前專案或反覆運算器位於集合結尾。

方法

MoveNext()

將反覆運算器向前移至下一個專案,並傳回 HasCurrent

適用於

另請參閱