ListDrivesAsync Method
List drives available to the user.
Syntax
[VB.NET]
Public Function ListDrivesAsync() As Task
[C#]
public Task ListDrivesAsync();
Remarks
This method is the asynchronous version of the
ListDrives method and is used to support asynchronous operations in WinRT. Please refer to
ListDrives for more information.