ExternalStorageFolder.GetFilesAsync Method
Namespace: Microsoft.Phone.Storage
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
'Declaration
Public Function GetFilesAsync As Task(Of IEnumerable(Of ExternalStorageFile))
public Task<IEnumerable<ExternalStorageFile>> GetFilesAsync()
public:
Task<IEnumerable<ExternalStorageFile^>^>^ GetFilesAsync()
member GetFilesAsync : unit -> Task<IEnumerable<ExternalStorageFile>>
Return Value
Type: System.Threading.Tasks.Task<IEnumerable<ExternalStorageFile>>
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.