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


AccessListEntryView.GetMany(UInt32, AccessListEntry[]) Метод

Определение

Извлекает элементы хранилища, которые начинаются с указанного индекса в списке доступа или списке последних использованных (MRU).

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

Параметры

startIndex
UInt32

unsigned int

uint32_t

Отсчитываемый от нуля индекс начала извлекаемых элементов в коллекции.

items
AccessListEntry[]

Элементы в коллекции, которые начинаются с startIndex.

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

UInt32

unsigned int

uint32_t

Количество извлеченных элементов.

Реализации

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[])

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