Share via


ItemCollection.GetAt(UInt32) メソッド

定義

指定したインデックスにある項目を返します。

public:
 virtual Platform::Object ^ GetAt(unsigned int index) = IVector<Platform::Object ^>::GetAt;
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

指定したインデックス位置にある項目の値。

実装

M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVector`1.GetAt(uint32_t)

適用対象