ImageProperties.CameraManufacturer Proprietà

Definizione

Ottiene o imposta il produttore della fotocamera che ha preso la foto.

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

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

Valore della proprietà

String

Platform::String

winrt::hstring

Produttore della fotocamera che ha scattato la foto.

Si applica a