Share via


FolderInformation.GetItemsAsync Method

Definition

Overloads

GetItemsAsync()

Retrieves all items from the current folder.

GetItemsAsync(UInt32, UInt32)

Retrieves a range of items from the current folder.

GetItemsAsync()

Retrieves all items from the current folder.

[Windows.Foundation.Metadata.Overload("GetItemsAsyncOverloadDefaultStartAndCount")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IStorageItem>> GetItemsAsync();

Returns

When this method completes successfully, it returns the list (type IVectorView) of items.

Implements

Attributes

See also

Applies to

WinRT Build 26100 and other versions
Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

GetItemsAsync(UInt32, UInt32)

Retrieves a range of items from the current folder.

[Windows.Foundation.Metadata.Overload("GetItemsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IStorageItem>> GetItemsAsync(uint startIndex, uint maxItemsToRetrieve);

Parameters

startIndex
UInt32

The zero-based index of the first item in the range.

maxItemsToRetrieve
UInt32

The maximum number of items to retrieve.

Returns

When this method completes successfully, it returns the list (type IVectorView) of items.

Implements

M:Windows.Storage.Search.IStorageFolderQueryOperations.GetItemsAsync(System.UInt32,System.UInt32)
Attributes

See also

Applies to

WinRT Build 26100 and other versions
Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100