PhotoImportSourceType 列挙型

定義

写真のインポート ソースとして使用されるデバイスの種類を指定します。

public enum class PhotoImportSourceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportSourceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportSourceType
var value = Windows.Media.Import.PhotoImportSourceType.generic
Public Enum PhotoImportSourceType
継承
PhotoImportSourceType
属性

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 で導入)

フィールド

AudioRecorder 6

デバイスはオーディオ レコーダーです。

Camera 1

デバイスはカメラです。

Generic 0

デバイスは、一般的な写真のインポート ソースです。

MediaPlayer 2

デバイスはメディア プレーヤーです。

PersonalInfoManager 5

デバイスは個人情報マネージャーです。

Phone 3

デバイスは電話です。

Video 4

デバイスはビデオ カメラです。

適用対象