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