IBindableVectorView 接口

定义

表示可绑定对象的只读向量集合。

public interface class IBindableVectorView : IBindableIterable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(879613671, 38766, 19395, 129, 93, 236, 226, 67, 188, 15, 51)]
struct IBindableVectorView : IBindableIterable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(879613671, 38766, 19395, 129, 93, 236, 226, 67, 188, 15, 51)]
public interface IBindableVectorView : IBindableIterable
Public Interface IBindableVectorView
Implements IEnumerable
属性
实现

注解

此接口支持在 C++ 中创建数据可绑定集合。 使用 .NET 编程时,应使用 ObservableCollection (Of T) 或实现 IListINotifyCollectionChanged。 有关详细信息,请参阅 绑定到集合

接口继承

IBindableVectorView 继承 IBindableIterable。 实现 IBindableVectorView 的类型还实现 IBindableIterable 的接口成员,以便使用 C++。

属性

Size

获取向量中的项数。

方法

First()

返回循环访问集合中的项的可绑定迭代器。

(继承自 IBindableIterable)
GetAt(UInt32)

返回向量中指定索引处的项。

IndexOf(Object, UInt32)

返回向量中指定项的索引。

适用于

另请参阅