Share via


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 的从零开始的索引。

返回

指定索引处的 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)

适用于