IStorageFolderGetItemsAsync Method
Gets the files and subfolders in the current folder.
Namespace: Avalonia.Platform.StorageAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IAsyncEnumerable<IStorageItem> GetItemsAsync()
Function GetItemsAsync As IAsyncEnumerable(Of IStorageItem)
abstract GetItemsAsync : unit -> IAsyncEnumerable<IStorageItem>
Return Value
IAsyncEnumerableIStorageItem
When this method completes successfully, it returns a list of the files and folders in the current folder. Each item in the list is represented by an
IStorageItem implementation object.