Share via


IBindableIterator.Current 屬性

定義

取得集合中的目前項目。

public:
 property Platform::Object ^ Current { Platform::Object ^ get(); };
IInspectable Current();
public object Current { get; }
var object = iBindableIterator.current;
Public ReadOnly Property Current As Object

屬性值

Object

Platform::Object

IInspectable

集合中的目前項目。

備註

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

適用於

另請參閱