PhotoImportDeleteImportedItemsFromSourceResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원본에서 가져온 미디어 항목을 삭제하는 작업의 결과를 나타냅니다.
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
- 상속
- 특성
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를 호출하여 이 클래스의 instance 가져옵니다.
속성
| DeletedItems |
원본에서 삭제된 항목 목록을 가져옵니다. |
| HasSucceeded |
삭제 작업이 성공했는지 여부를 나타내는 값을 가져옵니다. |
| PhotosCount |
작업에서 삭제된 사진 수를 가져옵니다. |
| PhotosSizeInBytes |
삭제된 사진의 크기를 바이트 단위로 가져옵니다. |
| Session |
삭제 작업과 연결된 사진 가져오기 세션을 가져옵니다. |
| SiblingsCount |
작업에서 삭제된 형제 파일 수를 가져옵니다. |
| SiblingsSizeInBytes |
삭제된 형제 파일의 크기를 바이트 단위로 가져옵니다. |
| SidecarsCount |
작업에서 삭제된 사이드카 파일 수를 가져옵니다. |
| SidecarsSizeInBytes |
삭제된 사이드카 파일의 크기를 바이트 단위로 가져옵니다. |
| TotalCount |
작업에서 삭제된 총 항목 수를 가져옵니다. |
| TotalSizeInBytes |
삭제된 모든 항목의 총 크기(바이트)를 가져옵니다. |
| VideosCount |
작업에서 삭제된 비디오 수를 가져옵니다. |
| VideosSizeInBytes |
삭제된 비디오의 크기를 바이트 단위로 가져옵니다. |