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

適用対象