ExternalStorage.GetExternalStorageDevicesAsync Method

Namespace:  Microsoft.Phone.Storage
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Function GetExternalStorageDevicesAsync As Task(Of IEnumerable(Of ExternalStorageDevice))
public static Task<IEnumerable<ExternalStorageDevice>> GetExternalStorageDevicesAsync()
public:
static Task<IEnumerable<ExternalStorageDevice^>^>^ GetExternalStorageDevicesAsync()
static member GetExternalStorageDevicesAsync : unit -> Task<IEnumerable<ExternalStorageDevice>> 

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<ExternalStorageDevice>>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ExternalStorage Class

Microsoft.Phone.Storage Namespace