Freigeben über


CharacterGroupings.GetAt(UInt32) Methode

Definition

Gibt die CharacterGrouping am angegebenen Index im Satz von Zeichengruppen zurück.

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

Parameter

index
UInt32

unsigned int

uint32_t

Der nullbasierte Index der CharacterGrouping in der zurückzugebenden Menge.

Gibt zurück

Die CharacterGrouping am angegebenen Index.

Implementiert

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)

Gilt für: