次の方法で共有


ResourceCandidateVectorView.GetAt(UInt32) メソッド

定義

セット内の指定したインデックス位置にある ResourceCandidate を返します。

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

パラメーター

index
UInt32

unsigned int

uint32_t

返すセット内の ResourceCandidate の 0 から始まるインデックス。

戻り値

指定したインデックス位置の ResourceCandidate

実装

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

適用対象