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


CharacterGroupings.GetAt(UInt32) Метод

Определение

Возвращает characterGrouping по указанному индексу в наборе групп символов.

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

Параметры

index
UInt32

unsigned int

uint32_t

Отсчитываемый от нуля индекс CharacterGrouping в возвращаемом наборе.

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

CharacterGrouping по указанному индексу.

Реализации

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)

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