IStorageFolder.GetFilesAsync Metodo

Definizione

Ottiene i file dalla cartella corrente.

public:
 IAsyncOperation<IVectorView<StorageFile ^> ^> ^ GetFilesAsync();
/// [Windows.Foundation.Metadata.Overload("GetFilesAsyncOverloadDefaultOptionsStartAndCount")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<StorageFile>> GetFilesAsync();
[Windows.Foundation.Metadata.Overload("GetFilesAsyncOverloadDefaultOptionsStartAndCount")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<StorageFile>> GetFilesAsync();
function getFilesAsync()
Public Function GetFilesAsync () As IAsyncOperation(Of IReadOnlyList(Of StorageFile))

Restituisce

Al termine di questo metodo, restituisce un elenco dei file (tipo IVectorView) nella cartella. Ogni file nell'elenco è rappresentato da un oggetto StorageFile .

Attributi

Si applica a

Vedi anche