PhotoImportItem 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원본에서 가져온 미디어 항목을 나타냅니다.
public ref class PhotoImportItem sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportItem final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportItem
Public NotInheritable Class PhotoImportItem
- 상속
- 특성
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에서 도입되었습니다.)
|
설명
다음 메서드 중 하나를 호출하여 이 클래스의 instance 가져옵니다.
- PhotoImportSession.FindItemsAsync
- PhotoImportFindItemsResult.ImportItemsAsync
- DeleteImportedItemsFromSourceAsync 또는 PhotoImportFindItemsResult.ItemImported 이벤트를 처리합니다.
앱에 미디어 가져오기를 추가하는 방법에 대한 지침은 디바이스에서 미디어 가져오기를 참조하세요.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1809 | 17763 | 경로 |
속성
ContentType |
가져온 항목의 콘텐츠 형식을 가져옵니다. |
Date |
가져온 항목의 생성 날짜를 가져옵니다. |
DeletedFileNames |
삭제된 이 항목과 연결된 파일의 이름 목록을 가져옵니다. |
ImportedFileNames |
가져온 이 항목과 연결된 파일의 이름 목록을 가져옵니다. |
IsSelected |
항목을 가져오기 위해 현재 선택되어 있는지 여부를 나타내는 값을 가져옵니다. |
ItemKey |
항목을 식별하는 데 사용되는 키를 가져옵니다. |
Name |
항목의 이름을 가져옵니다. |
Path |
PhotoImportItem의 파일 시스템 경로를 가져옵니다. |
Sibling |
항목과 연결된 형제 파일(있는 경우)을 가져옵니다. |
Sidecars |
항목과 연결된 사이드카 파일(있는 경우)의 목록을 가져옵니다. |
SizeInBytes |
항목의 크기를 바이트 단위로 가져옵니다. |
Thumbnail |
항목과 연결된 썸네일 이미지를 포함하는 임의 액세스 스트림을 가져옵니다. |
VideoSegments |
항목과 연결된 비디오 세그먼트 목록을 가져옵니다. |