PhotoImportDeleteImportedItemsFromSourceResult クラス

定義

インポートされたメディアアイテムをソースから削除する操作の結果を表します。

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

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

注釈

PhotoImportOperation.ContinueDeletingImportedItemsFromSourceAsync または PhotoImportItemsResult.DeleteImportedItemsFromSourceAsync を呼び出して、このクラスのインスタンスを取得します。

プロパティ

DeletedItems

ソースから削除された項目の一覧を取得します。

HasSucceeded

削除操作が成功したかどうかを示す値を取得します。

PhotosCount

操作で削除された写真の数を取得します。

PhotosSizeInBytes

削除された写真のサイズをバイト単位で取得します。

Session

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

SiblingsCount

操作で削除された兄弟ファイルの数を取得します。

SiblingsSizeInBytes

削除された兄弟ファイルのサイズをバイト単位で取得します。

SidecarsCount

操作で削除されたサイドカー ファイルの数を取得します。

SidecarsSizeInBytes

削除されたサイドカー ファイルのサイズをバイト単位で取得します。

TotalCount

操作で削除されたアイテムの合計数を取得します。

TotalSizeInBytes

削除されたすべてのアイテムの合計サイズをバイト単位で取得します。

VideosCount

操作で削除されたビデオの数を取得します。

VideosSizeInBytes

削除されたビデオのサイズをバイト単位で取得します。

適用対象