Click or drag to resize
IGDStorageFolderGetItemsAsync Method
Gets all the items from the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncOperation<IReadOnlyList<IGDStorageItem>> GetItemsAsync()

Return Value

Type: IAsyncOperationIReadOnlyListIGDStorageItem
When this method completes successfully, it returns a list of the files and folders (type IVectorView). The files and folders in the list are represented by objects of type IGDStorageItem.
Remarks
If you simply want to get files & folders in your app, see the GetItemsAsync method of the GDStorageFolder class.
See Also