Condividi tramite


CameraCaptureUI.CaptureFileAsync(CameraCaptureUIMode) Metodo

Definizione

Avvia l'interfaccia utente CameraCaptureUI .

public:
 virtual IAsyncOperation<StorageFile ^> ^ CaptureFileAsync(CameraCaptureUIMode mode) = CaptureFileAsync;
IAsyncOperation<StorageFile> CaptureFileAsync(CameraCaptureUIMode const& mode);
public IAsyncOperation<StorageFile> CaptureFileAsync(CameraCaptureUIMode mode);
function captureFileAsync(mode)
Public Function CaptureFileAsync (mode As CameraCaptureUIMode) As IAsyncOperation(Of StorageFile)

Parametri

mode
CameraCaptureUIMode

Specifica se l'interfaccia utente che verrà visualizzata consente all'utente di acquisire una foto, acquisire un video o acquisire sia foto che video.

Restituisce

Al termine di questa operazione, viene restituito un oggetto StorageFile .

Requisiti Windows

Funzionalità dell'app
microphone webcam

Commenti

Chiamare CaptureFileAsync per avviare l'interfaccia utente. L'utente ha il controllo su quando avviare l'acquisizione. Al termine dell'operazione asincrona, viene restituito un oggetto StorageFile .

Si applica a