MediaCapture.CapturePhotoToStorageFileAsync メソッド

定義

ストレージ ファイルに写真をキャプチャします。

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

パラメーター

type
ImageEncodingProperties

出力イメージのエンコード プロパティ。

file
IStorageFile

イメージが保存されるストレージ ファイル。

戻り値

非同期操作の制御に使用される IAsyncAction オブジェクトを返します。

属性

Windows の要件

アプリの機能
backgroundMediaRecording microphone webcam

注釈

ストレージ ファイルへの写真のキャプチャに関するハウツー ガイダンスについては、「 MediaCapture を使用した基本的な基本的な写真、ビデオ、オーディオ のキャプチャ」を参照してください。

適用対象