Compartir a través de


ExternalStorageDevice.GetFileAsync (Método)

Espacio de nombres:  Microsoft.Phone.Storage
Ensamblado:  Microsoft.Phone (en Microsoft.Phone.dll)

Sintaxis

'Declaración
Public Function GetFileAsync ( _
    filePath As String _
) As Task(Of ExternalStorageFile)
public Task<ExternalStorageFile> GetFileAsync(
    string filePath
)
public:
Task<ExternalStorageFile^>^ GetFileAsync(
    String^ filePath
)
member GetFileAsync : 
        filePath:string -> Task<ExternalStorageFile> 

Parámetros

Valor devuelto

Tipo: System.Threading.Tasks.Task<ExternalStorageFile>

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

ExternalStorageDevice Clase

Microsoft.Phone.Storage (Espacio de nombres)