Freigeben über


MediaPicker.CapturePhotoAsync(MediaPickerOptions) Methode

Definition

Öffnet die Kamera, um ein Foto aufzunehmen.

public static System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult?> CapturePhotoAsync (Microsoft.Maui.Media.MediaPickerOptions? options = default);
static member CapturePhotoAsync : Microsoft.Maui.Media.MediaPickerOptions -> System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult>
Public Shared Function CapturePhotoAsync (Optional options As MediaPickerOptions = Nothing) As Task(Of FileResult)

Parameter

options
MediaPickerOptions

Wählen Sie die zu verwendenden Optionen aus.

Gibt zurück

Ein FileResult -Objekt, das Details des aufgenommenen Fotos enthält. Wenn der Vorgang vom Benutzer abgebrochen wurde, wird zurückgegeben null.

Gilt für: