PhotoImportStorageMediumType 列挙型

定義

ストレージ メディアの種類を指定します。

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

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

フィールド

Fixed 1

記憶媒体は固定されている。

Removable 2

記憶媒体は取り外し可能である。

Undefined 0

ストレージ メディアの種類は未定義です。

適用対象