共用方式為


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 的類型也會針對 C++ 使用方式實作 IBindableIterable 的介面成員。

屬性

Size

取得向量中的專案數。

方法

First()

傳回可系結反覆運算器,逐一查看集合中的專案。

(繼承來源 IBindableIterable)
GetAt(UInt32)

傳回向量中指定索引處的專案。

IndexOf(Object, UInt32)

傳回向量中指定專案的索引。

適用於

另請參閱