Condividi tramite


Metodo ExternalStorageDevice.GetFolderAsync

Spazio dei nomi:  Microsoft.Phone.Storage
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
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> 

Parametri

Valore restituito

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

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExternalStorageDevice Classe

Spazio dei nomi Microsoft.Phone.Storage