Freigeben über


AccessListEntryView.GetMany(UInt32, AccessListEntry[]) Methode

Definition

Ruft die Speicherelemente ab, die mit dem angegebenen Index in der Zugriffsliste oder der zuletzt verwendeten Liste (MRU) beginnen.

public:
 virtual unsigned int GetMany(unsigned int startIndex, Platform::Array <AccessListEntry> ^ items) = IVectorView<AccessListEntry>::GetMany;
uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <AccessListEntry> & items);
public uint GetMany(uint startIndex, AccessListEntry[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As AccessListEntry()) As UInteger

Parameter

startIndex
UInt32

unsigned int

uint32_t

Der nullbasierte Index des Anfangs der abzurufenden Elemente in der Auflistung.

items
AccessListEntry[]

Die Elemente in der Auflistung, die bei startIndex beginnen.

Gibt zurück

UInt32

unsigned int

uint32_t

Die Anzahl der abgerufenen Elemente.

Implementiert

M:Windows.Foundation.Collections.IVectorView1.GetMany(System.UInt32,0[]) M:Windows.Foundation.Collections.IVectorView1.GetMany(unsigned int,0[]) M:Windows.Foundation.Collections.IVectorView1.GetMany(uint32_t,0[])

Gilt für: