Freigeben über


BlockCollection.GetAt(UInt32) Methode

Definition

Gibt das Element zurück, das sich am angegebenen Index befindet.

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

Parameter

index
UInt32

unsigned int

uint32_t

Der ganzzahlige Index für den abzurufenden Wert.

Gibt zurück

Der Block-Wert am angegebenen Index.

Implementiert

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)

Gilt für: