AdvancedPhotoCapture.CaptureAsync Methode

Definition

Überlädt

CaptureAsync()

Führt asynchron eine erweiterte Fotoaufnahme aus.

CaptureAsync(Object)

Führt asynchron eine erweiterte Fotoaufnahme aus, die das von der App definierte Kontextobjekt an das Ergebnis des Vorgangs übergibt.

CaptureAsync()

Führt asynchron eine erweiterte Fotoaufnahme aus.

public:
 virtual IAsyncOperation<AdvancedCapturedPhoto ^> ^ CaptureAsync() = CaptureAsync;
/// [Windows.Foundation.Metadata.Overload("CaptureAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AdvancedCapturedPhoto> CaptureAsync();
[Windows.Foundation.Metadata.Overload("CaptureAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AdvancedCapturedPhoto> CaptureAsync();
function captureAsync()
Public Function CaptureAsync () As IAsyncOperation(Of AdvancedCapturedPhoto)

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss ein AdvancedCapturedPhoto-Objekt zurückgibt.

Attribute

Hinweise

MediaCapture.PrepareAdvancedPhotoCaptureAsync muss vor dem Aufruf von CaptureAsync aufgerufen werden.

Das gleichzeitige Aufzeichnen von Video- und Fotoaufnahmen mit AdvancedPhotoCapture wird nicht unterstützt.

Weitere Informationen

Gilt für:

CaptureAsync(Object)

Führt asynchron eine erweiterte Fotoaufnahme aus, die das von der App definierte Kontextobjekt an das Ergebnis des Vorgangs übergibt.

public:
 virtual IAsyncOperation<AdvancedCapturedPhoto ^> ^ CaptureAsync(Platform::Object ^ context) = CaptureAsync;
/// [Windows.Foundation.Metadata.Overload("CaptureWithContextAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AdvancedCapturedPhoto> CaptureAsync(IInspectable const& context);
[Windows.Foundation.Metadata.Overload("CaptureWithContextAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AdvancedCapturedPhoto> CaptureAsync(object context);
function captureAsync(context)
Public Function CaptureAsync (context As Object) As IAsyncOperation(Of AdvancedCapturedPhoto)

Parameter

context
Object

Platform::Object

IInspectable

Ein von der App definiertes Kontextobjekt, das Kontextinformationen an das Ergebnis des Vorgangs übergibt.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss ein AdvancedCapturedPhoto-Objekt zurückgibt.

Attribute

Hinweise

MediaCapture.PrepareAdvancedPhotoCaptureAsync muss vor dem Aufruf von CaptureAsync aufgerufen werden.

Das gleichzeitige Aufzeichnen von Video- und Fotoaufnahmen mit AdvancedPhotoCapture wird nicht unterstützt.

Weitere Informationen

Gilt für: