WebViewControl.CaptureSelectedContentToDataPackageAsync Method

Definition

Important

This method has been deprecated, and has a known issue. Avoid using this method in your production code.

Asynchronously gets a DataPackage that contains the selected content within the control.

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

public:
 virtual IAsyncOperation<DataPackage ^> ^ CaptureSelectedContentToDataPackageAsync() = CaptureSelectedContentToDataPackageAsync;
IAsyncOperation<DataPackage> CaptureSelectedContentToDataPackageAsync();
public IAsyncOperation<DataPackage> CaptureSelectedContentToDataPackageAsync();
function captureSelectedContentToDataPackageAsync()
Public Function CaptureSelectedContentToDataPackageAsync () As IAsyncOperation(Of DataPackage)

Returns

When this method completes, it returns the selected content as a DataPackage.

Implements

Applies to