IBindableVectorView 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可绑定对象的只读向量集合。
public interface class IBindableVectorView : IBindableIterable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(879613671, 38766, 19395, 129, 93, 236, 226, 67, 188, 15, 51)]
struct IBindableVectorView : IBindableIterable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(879613671, 38766, 19395, 129, 93, 236, 226, 67, 188, 15, 51)]
public interface IBindableVectorView : IEnumerable
Public Interface IBindableVectorView
Implements IEnumerable
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
此接口支持在 C++ 中创建数据可绑定集合。 使用 .NET 编程时,应使用 ObservableCollection (Of T) 或实现 IList 和 INotifyCollectionChanged。 有关详细信息,请参阅 绑定到集合。
接口继承
IBindableVectorView 继承 IBindableIterable。 实现 IBindableVectorView 的类型还实现 IBindableIterable 的接口成员,以便使用 C++。
属性
Size |
获取向量中的项数。 |
方法
GetAt(UInt32) |
返回向量中指定索引处的项。 |
IndexOf(Object, UInt32) |
返回向量中指定项的索引。 |