Windows.Storage.Search.StorageFolderQueryResult.GetFoldersAsync

December 9, 2020 ยท View on GitHub

-description

Retrieves a list of all the folders (or file groups) in the result set.

-returns

When this method completes successfully, it returns a list (type IVectorView) of folders or file groups that are represented by StorageFolder objects. Each of these folder or file group can also be enumerated to retrieve its contents.

-remarks

-examples

-see-also

StorageFolderQueryResult class, StorageFolderQueryResult.GetFoldersAsync(startIndex, maxNumberOfItems) method, Windows.Foundation.Collections.IVectorView interface