TriggerActionCollection.GetAt(UInt32) メソッド

定義

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

public:
 virtual TriggerAction ^ GetAt(unsigned int index) = IVector<TriggerAction ^>::GetAt;
TriggerAction GetAt(uint32_t const& index);
public TriggerAction GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As TriggerAction

パラメーター

index
UInt32

unsigned int

uint32_t

取得する値の整数インデックス。

戻り値

指定したインデックスの TriggerAction 値。

実装

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 (インデクサー) です。

適用対象