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)