AccessListEntryView.GetAt(UInt32) Methode

Definition

Ruft das Speicherelement am angegebenen Index in der Zugriffsliste oder der Liste der zuletzt verwendeten (MRU) ab.

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

Parameter

index
UInt32

unsigned int

uint32_t

The

nullbasierter Index des abzurufenden Speicherelements.

Gibt zurück

Das Speicherelement.

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: