Condividi tramite


ImageProperties.CameraModel Proprietà

Definizione

Ottiene o imposta il modello della fotocamera che ha scattato 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

Valore della proprietà

String

Platform::String

winrt::hstring

Il modello della fotocamera che ha scattato la foto.

Si applica a