IWebViewControl.CaptureSelectedContentToDataPackageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously gets a DataPackage that contains the selected content within the IWebViewControl.
public:
IAsyncOperation<DataPackage ^> ^ CaptureSelectedContentToDataPackageAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackage> CaptureSelectedContentToDataPackageAsync();
[Windows.Foundation.Metadata.RemoteAsync]
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.
- Attributes