Compartir a través de


ImageProperties.CameraModel Propiedad

Definición

Obtiene o establece el modelo de la cámara que tomó la foto.

public:
 property Platform::String ^ CameraModel { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CameraModel();

void CameraModel(winrt::hstring value);
public string CameraModel { get; set; }
var string = imageProperties.cameraModel;
imageProperties.cameraModel = string;
Public Property CameraModel As String

Valor de propiedad

String

Platform::String

winrt::hstring

Modelo de la cámara que tomó la foto.

Se aplica a