Share via


IBindableVector.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

指定索引处的项。

注解

使用 .NET 编程时,此接口是隐藏的,开发人员应使用 System.Collections.IList 接口。

适用于

另请参阅