Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.53 KB

storageitemqueryresult_getitemsasync_1518547059.md

File metadata and controls

25 lines (17 loc) · 1.53 KB
-api-id -api-type
M:Windows.Storage.Search.StorageItemQueryResult.GetItemsAsync
winrt method

Windows.Storage.Search.StorageItemQueryResult.GetItemsAsync

-description

Retrieves a list of all the items (files and folders) in the query results set.

-returns

When this method completes successfully, it returns a list (type IVectorView) of items. Each item is the IStorageItem type and represents a file, folder, or file group.

In this list, files are represented by StorageFile objects, and folders or file groups are represented by StorageFolder objects.

-remarks

-examples

-see-also

StorageItemQueryResult class, StorageItemQueryResult.GetItemsAsync(startIndex, maxNumberOfItems) method, Windows.Foundation.Collections.IVectorView interface, Windows.Storage.IStorageItem interface, Windows.Storage.IStorageItem.IsOfType method, Windows.Storage.StorageFile class, Windows.Storage.StorageFolder class