Freigeben über


PhotoImportSession.FindItemsAsync Methode

Definition

Sucht asynchron nach Elementen auf dem Quellgerät, die für den Import verfügbar sind.

public:
 virtual IAsyncOperationWithProgress<PhotoImportFindItemsResult ^, unsigned int> ^ FindItemsAsync(PhotoImportContentTypeFilter contentTypeFilter, PhotoImportItemSelectionMode itemSelectionMode) = FindItemsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint32_t> FindItemsAsync(PhotoImportContentTypeFilter const& contentTypeFilter, PhotoImportItemSelectionMode const& itemSelectionMode);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint> FindItemsAsync(PhotoImportContentTypeFilter contentTypeFilter, PhotoImportItemSelectionMode itemSelectionMode);
function findItemsAsync(contentTypeFilter, itemSelectionMode)
Public Function FindItemsAsync (contentTypeFilter As PhotoImportContentTypeFilter, itemSelectionMode As PhotoImportItemSelectionMode) As IAsyncOperationWithProgress(Of PhotoImportFindItemsResult, UInteger)

Parameter

contentTypeFilter
PhotoImportContentTypeFilter

Ein Wert, der angibt, ob der Suchvorgang Bilder, Videos oder beides in den Ergebnissen enthält.

itemSelectionMode
PhotoImportItemSelectionMode

Ein Wert, der angibt, ob zunächst alle Elemente, keine Elemente oder nur neue Elemente in den Ergebnissen als ausgewählt markiert werden.

Gibt zurück

IAsyncOperationWithProgress<PhotoImportFindItemsResult,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Import.PhotoImportFindItemsResult,unsigned int>

IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint32_t>

Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung ein PhotoImportFindItemsResult zurückgibt.

Attribute

Gilt für: