Share via


ExternalStorageFile.OpenForReadAsync Method

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

Syntax

'Declaration
Public Function OpenForReadAsync As Task(Of Stream)
public Task<Stream> OpenForReadAsync()
public:
Task<Stream^>^ OpenForReadAsync()
member OpenForReadAsync : unit -> Task<Stream> 

Return Value

Type: System.Threading.Tasks.Task<Stream>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ExternalStorageFile Class

Microsoft.Phone.Storage Namespace