共用方式為


IBindableVectorView.GetAt(UInt32) 方法

定義

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

public:
 Platform::Object ^ GetAt(unsigned int index);
IInspectable GetAt(uint32_t const& index);
public object GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As Object

參數

index
UInt32

unsigned int

uint32_t

要傳回之向量中專案之以零起始的索引。

傳回

Object

Platform::Object

IInspectable

在指定之索引處的項目。

備註

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

適用於

另請參閱