PhotoImportStorageMediumType Enum

Definition

Specifies the type of a storage medium.

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
Inheritance
PhotoImportStorageMediumType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Fixed 1

The storage medium is fixed.

Removable 2

The storage medium is removable.

Undefined 0

The storage medium type is undefined.

Applies to