IStorageFolder.GetItemsAsync Metodo

Definizione

Ottiene gli elementi dalla cartella corrente.

public:
 IAsyncOperation<IVectorView<IStorageItem ^> ^> ^ GetItemsAsync();
/// [Windows.Foundation.Metadata.Overload("GetItemsAsyncOverloadDefaultStartAndCount")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IStorageItem>> GetItemsAsync();
[Windows.Foundation.Metadata.Overload("GetItemsAsyncOverloadDefaultStartAndCount")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IStorageItem>> GetItemsAsync();
function getItemsAsync()
Public Function GetItemsAsync () As IAsyncOperation(Of IReadOnlyList(Of IStorageItem))

Restituisce

Al termine di questo metodo, restituisce un elenco dei file e delle cartelle (digitare IVectorView). I file e le cartelle nell'elenco sono rappresentati da oggetti di tipo IStorageItem.

Attributi

Si applica a

Vedi anche