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

适用于

另请参阅