PhotoImportSession.FindItemsAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가져올 수 있는 원본 디바이스에서 항목을 비동기적으로 찾습니다.
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를 반환하는 비동기 작업입니다.
- 특성