TransformCollection.GetAt(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックスにある項目を返します。
public:
virtual Transform ^ GetAt(unsigned int index) = IVector<Transform ^>::GetAt;
Transform GetAt(uint32_t const& index);
public Transform GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As Transform
パラメーター
- index
-
UInt32
unsigned int
uint32_t
取得する値の整数インデックス。
戻り値
指定したインデックス位置にある Transform 値。
実装
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)