Freigeben über


FileInformationFactory.GetItemsAsync Methode

Definition

Überlädt

GetItemsAsync()

Ruft eine Auflistung von IStorageItemInformation-Objekten ab, die Informationen zu allen Elementen in der Auflistung enthalten.

GetItemsAsync(UInt32, UInt32)

Ruft eine Auflistung von IStorageItemInformation-Objekten ab, die Informationen zu einem Bereich von Elementen in einer Auflistung enthalten.

GetItemsAsync()

Ruft eine Auflistung von IStorageItemInformation-Objekten ab, die Informationen zu allen Elementen in der Auflistung enthalten.

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

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, gibt sie die Liste (Typ IVectorView) der FileInformation - und FolderInformation-Objekte zurück.

Attribute

Weitere Informationen

Gilt für:

GetItemsAsync(UInt32, UInt32)

Ruft eine Auflistung von IStorageItemInformation-Objekten ab, die Informationen zu einem Bereich von Elementen in einer Auflistung enthalten.

public:
 virtual IAsyncOperation<IVectorView<IStorageItemInformation ^> ^> ^ GetItemsAsync(unsigned int startIndex, unsigned int maxItemsToRetrieve) = GetItemsAsync;
/// [Windows.Foundation.Metadata.Overload("GetItemsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IStorageItemInformation>> GetItemsAsync(uint32_t const& startIndex, uint32_t const& maxItemsToRetrieve);
[Windows.Foundation.Metadata.Overload("GetItemsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IStorageItemInformation>> GetItemsAsync(uint startIndex, uint maxItemsToRetrieve);
function getItemsAsync(startIndex, maxItemsToRetrieve)
Public Function GetItemsAsync (startIndex As UInteger, maxItemsToRetrieve As UInteger) As IAsyncOperation(Of IReadOnlyList(Of IStorageItemInformation))

Parameter

startIndex
UInt32

unsigned int

uint32_t

Der nullbasierte Index des ersten Elements im Bereich.

maxItemsToRetrieve
UInt32

unsigned int

uint32_t

Die maximale Anzahl von Elementen, für die Informationen abgerufen werden sollen.

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, gibt sie die Liste (Typ IVectorView) der FileInformation - und FolderInformation-Objekte zurück.

Attribute

Weitere Informationen

Gilt für: