PhotoImportOperation クラス

定義

進行中の写真のインポート操作を表します。

public ref class PhotoImportOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportOperation
Public NotInheritable Class PhotoImportOperation
継承
Object Platform::Object IInspectable PhotoImportOperation
属性

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 で導入)

注釈

PhotoImportManager.GetPendingOperations を呼び出して、このクラスのインスタンスを取得します。

プロパティ

ContinueDeletingImportedItemsFromSourceAsync

ソース操作からの進行中の削除を続行します。

ContinueFindingItemsAsync

進行中の検索操作を続行します。

ContinueImportingItemsAsync

進行中のアイテムのインポート操作を続行します。

Session

操作に関連付けられている写真のインポート セッションを取得します。

Stage

進行中の操作の現在のステージを取得します。

適用対象