다음을 통해 공유


PhotoImportSession.FindItemsAsync 메서드

정의

가져올 수 있는 원본 디바이스에서 항목을 비동기적으로 찾습니다.

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)

매개 변수

contentTypeFilter
PhotoImportContentTypeFilter

찾기 작업에 결과에 이미지, 비디오 또는 둘 다 포함되는지 여부를 나타내는 값입니다.

itemSelectionMode
PhotoImportItemSelectionMode

결과의 모든 항목, 항목 없음 또는 새 항목만 처음에 선택된 것으로 표시되는지 여부를 나타내는 값입니다.

반환

IAsyncOperationWithProgress<PhotoImportFindItemsResult,UInt32>

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

IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint32_t>

성공적으로 완료될 때 PhotoImportFindItemsResult를 반환하는 비동기 작업입니다.

특성

적용 대상