IBindableIterator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援集合上的可系結反復專案。
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) 或實作 IList 和 INotifyCollectionChanged。 如需詳細資訊,請參閱 系結至集合。
屬性
Current |
取得集合中的目前項目。 |
HasCurrent |
取得值,指出目前專案或反覆運算器位於集合結尾。 |
方法
MoveNext() |
將反覆運算器向前移至下一個專案,並傳回 HasCurrent。 |