WebViewControl.CaptureSelectedContentToDataPackageAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette méthode a été déconseillée et présente un problème connu. Évitez d’utiliser cette méthode dans votre code de production.
Obtient de façon asynchrone un DataPackage qui contient le contenu sélectionné dans le contrôle.
Pour plus d’informations, consultez 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)
Retours
Une fois cette méthode terminée, elle retourne le contenu sélectionné sous la forme d’un DataPackage.