Compartir a través de


ExternalStorageDevice.GetFolderAsync (Método)

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

Sintaxis

'Declaración
Public Function GetFolderAsync ( _
    folderPath As String _
) As Task(Of ExternalStorageFolder)
public Task<ExternalStorageFolder> GetFolderAsync(
    string folderPath
)
public:
Task<ExternalStorageFolder^>^ GetFolderAsync(
    String^ folderPath
)
member GetFolderAsync : 
        folderPath:string -> Task<ExternalStorageFolder> 

Parámetros

Valor devuelto

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

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)