PhotoImportFindItemsResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在來源上尋找媒體專案的作業結果。
public ref class PhotoImportFindItemsResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportFindItemsResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportFindItemsResult
Public NotInheritable Class PhotoImportFindItemsResult
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
呼叫 PhotoImportSession.FindItemsAsync來取得這個類別的實例。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | AddItemsInDateRangeToSelection |
屬性
方法
AddItemsInDateRangeToSelection(DateTime, TimeSpan) |
將指定日期範圍中的所有專案加入至目前的選取範圍。 |
ImportItemsAsync() |
以非同步方式從來源匯入選取的專案。 |
SelectAll() |
選取來源上找到的所有專案,以包含在 ImportItemsAsync 作業中。 |
SelectNewAsync() |
選取要包含在 ImportItemsAsync 作業中來源上的所有新專案。 |
SelectNone() |
取消選取來源上找到的所有專案,以防止匯入 ItemsAsync 作業中包含這些專案。 |
SetImportMode(PhotoImportImportMode) |
設定相片匯入模式,以決定 ImportItemsAsync 作業中包含的檔案類型。 |
事件
ItemImported |
發生于匯入專案時。 |
SelectionChanged |
發生于選取要包含在 ImportItemsAsync 作業中的專案集變更時。 |