SystemPhotoProperties
SystemPhotoProperties
SystemPhotoProperties
SystemPhotoProperties
Class
Definition
A helper object that provides indexing names for Windows photo file properties.
public : sealed class SystemPhotoProperties : ISystemPhotoPropertiespublic sealed class SystemPhotoProperties : ISystemPhotoPropertiesPublic NotInheritable Class SystemPhotoProperties Implements ISystemPhotoProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
CameraManufacturer CameraManufacturer CameraManufacturer CameraManufacturer
Gets the name of the System.Photo.CameraManufacturer property (one of the Windows photo file properties.
public : PlatForm::String CameraManufacturer { get; }public string CameraManufacturer { get; }Public ReadOnly Property CameraManufacturer As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Photo.CameraManufacturer file property.
CameraModel CameraModel CameraModel CameraModel
Gets the name of the System.Photo.CameraModel property (one of the Windows photo file properties.
public : PlatForm::String CameraModel { get; }public string CameraModel { get; }Public ReadOnly Property CameraModel As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Photo.CameraModel file property.
DateTaken DateTaken DateTaken DateTaken
Gets the name of the System.Photo.DateTaken property (one of the Windows photo file properties.
public : PlatForm::String DateTaken { get; }public string DateTaken { get; }Public ReadOnly Property DateTaken As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Photo.DateTaken file property.
Orientation Orientation Orientation Orientation
Gets the name of the System.Photo.Orientation property (one of the Windows photo file properties.
public : PlatForm::String Orientation { get; }public string Orientation { get; }Public ReadOnly Property Orientation As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Photo.Orientation file property.
PeopleNames PeopleNames PeopleNames PeopleNames
Gets the name of the System.Photo.PeopleNames property (one of the Windows photo file properties.
public : PlatForm::String PeopleNames { get; }public string PeopleNames { get; }Public ReadOnly Property PeopleNames As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Photo.PeopleNames file property.