Поделиться через


UIElementCollection.GetAt(UInt32) Метод

Определение

Возвращает элемент, расположенный по указанному индексу.

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

Параметры

index
UInt32

unsigned int

uint32_t

Целочисленный индекс извлекаемого значения.

Возвращаемое значение

Значение UIElement по указанному индексу.

Реализации

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)

Комментарии

Если вы выполняете программирование на C# или Microsoft Visual Basic, см. статью Item (индексатор).

Применяется к