Freigeben über


MediaCapture.CapturePhotoToStorageFileAsync Methode

Definition

Erfasst ein Foto in einer Speicherdatei.

public:
 virtual IAsyncAction ^ CapturePhotoToStorageFileAsync(ImageEncodingProperties ^ type, IStorageFile ^ file) = CapturePhotoToStorageFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CapturePhotoToStorageFileAsync(ImageEncodingProperties const& type, IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CapturePhotoToStorageFileAsync(ImageEncodingProperties type, IStorageFile file);
function capturePhotoToStorageFileAsync(type, file)
Public Function CapturePhotoToStorageFileAsync (type As ImageEncodingProperties, file As IStorageFile) As IAsyncAction

Parameter

type
ImageEncodingProperties

Die Codierungseigenschaften für das Ausgabebild.

file
IStorageFile

Die Speicherdatei, in der das Image gespeichert wird.

Gibt zurück

Gibt ein IAsyncAction-Objekt zurück, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Windows-Anforderungen

App-Funktionen
backgroundMediaRecording microphone webcam

Hinweise

Anleitungen zum Erfassen eines Fotos in einer Speicherdatei finden Sie unter Basic Basic Foto-, Video- und Audioaufnahme mit MediaCapture.

Gilt für: