共用方式為


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.ContinueDeletingImportedItemsFromSourceAsyncPhotoImportItemsResult.DeleteImportedItemsFromSourceAsync來取得這個類別的實例。

屬性

DeletedItems

取得從來源刪除的專案清單。

HasSucceeded

取得值,指出刪除作業是否成功。

PhotosCount

取得作業中刪除的相片數目。

PhotosSizeInBytes

取得已刪除相片的大小,以位元組為單位。

Session

取得與刪除作業相關聯的相片匯入會話。

SiblingsCount

取得作業中刪除的同層級檔案數目。

SiblingsSizeInBytes

取得已刪除同層級檔案的大小,以位元組為單位。

SidecarsCount

取得作業中刪除的側車檔案數目。

SidecarsSizeInBytes

取得已刪除的側車檔案大小,以位元組為單位。

TotalCount

取得作業中刪除的專案總數。

TotalSizeInBytes

取得所有已刪除專案的總大小,以位元組為單位。

VideosCount

取得作業中刪除的影片數目。

VideosSizeInBytes

取得已刪除影片的大小,以位元組為單位。

適用於