Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 749 Bytes

accesslistentryview_getmany_535640028.md

File metadata and controls

29 lines (20 loc) · 749 Bytes
-api-id -api-type
M:Windows.Storage.AccessCache.AccessListEntryView.GetMany(System.UInt32,Windows.Storage.AccessCache.AccessListEntry[])
winrt method

Windows.Storage.AccessCache.AccessListEntryView.GetMany

-description

Retrieves the storage items that start at the specified index in the access list or most recently used (MRU) list.

-parameters

-param startIndex

The zero-based index of the start of the items in the collection to retrieve.

-param items

The items in the collection that start at startIndex.

-returns

The number of items retrieved.

-remarks

-examples

-see-also