Freigeben über


FileInformationFactory.GetFoldersAsync Methode

Definition

Überlädt

GetFoldersAsync()

Ruft eine Auflistung von FolderInformation-Objekten ab, die Informationen zu allen StorageFolder-Objekten in einer Auflistung enthalten.

GetFoldersAsync(UInt32, UInt32)

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

GetFoldersAsync()

Ruft eine Auflistung von FolderInformation-Objekten ab, die Informationen zu allen StorageFolder-Objekten in einer Auflistung enthalten.

public:
 virtual IAsyncOperation<IVectorView<FolderInformation ^> ^> ^ GetFoldersAsync() = GetFoldersAsync;
/// [Windows.Foundation.Metadata.Overload("GetFoldersAsyncDefaultStartAndCount")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<FolderInformation>> GetFoldersAsync();
[Windows.Foundation.Metadata.Overload("GetFoldersAsyncDefaultStartAndCount")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<FolderInformation>> GetFoldersAsync();
function getFoldersAsync()
Public Function GetFoldersAsync () As IAsyncOperation(Of IReadOnlyList(Of FolderInformation))

Gibt zurück

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

Attribute

Weitere Informationen

Gilt für:

GetFoldersAsync(UInt32, UInt32)

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

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

Parameter

startIndex
UInt32

unsigned int

uint32_t

Der nullbasierte Index des ersten StorageFolder im Bereich.

maxItemsToRetrieve
UInt32

unsigned int

uint32_t

Die maximale Anzahl von StorageFolder-Objekten , für die Informationen abgerufen werden sollen.

Gibt zurück

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

Attribute

Weitere Informationen

Gilt für: