PhotoImportContentTypeFilter 열거형

정의

사진 가져오기 작업에 포함된 콘텐츠 형식을 지정합니다.

public enum class PhotoImportContentTypeFilter
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportContentTypeFilter
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportContentTypeFilter
var value = Windows.Media.Import.PhotoImportContentTypeFilter.onlyImages
Public Enum PhotoImportContentTypeFilter
상속
PhotoImportContentTypeFilter
특성

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에서 도입되었습니다.)

필드

ImagesAndVideos 2

이미지 및 비디오를 포함합니다.

ImagesAndVideosFromCameraRoll 3

Camera Roll 디렉터리 또는 해당 하위 디렉터리에 있는 이미지 및 비디오를 포함합니다.

OnlyImages 0

이미지만 포함합니다.

OnlyVideos 1

비디오만 포함합니다.

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
1809 17763 ImagesAndVideosFromCameraRoll

적용 대상