WebViewControl.CapturePreviewToStreamAsync(IRandomAccessStream) Method

Definition

Creates an image of the current control contents and writes it to the specified stream.

For more info, see Windows.Web.UI.IWebViewControl

public:
 virtual IAsyncAction ^ CapturePreviewToStreamAsync(IRandomAccessStream ^ stream) = CapturePreviewToStreamAsync;
IAsyncAction CapturePreviewToStreamAsync(IRandomAccessStream const& stream);
public IAsyncAction CapturePreviewToStreamAsync(IRandomAccessStream stream);
function capturePreviewToStreamAsync(stream)
Public Function CapturePreviewToStreamAsync (stream As IRandomAccessStream) As IAsyncAction

Parameters

stream
IRandomAccessStream

The stream to write the image to.

Returns

An asynchronous action to await the capture operation.

Implements

Applies to