PackageManager.RemovePackageByUriAsync(Uri, RemovePackageOptions) 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.
public:
virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ RemovePackageByUriAsync(Uri ^ packageUri, RemovePackageOptions ^ options) = RemovePackageByUriAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> RemovePackageByUriAsync(Uri const& packageUri, RemovePackageOptions const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> RemovePackageByUriAsync(System.Uri packageUri, RemovePackageOptions options);
function removePackageByUriAsync(packageUri, options)
Public Function RemovePackageByUriAsync (packageUri As Uri, options As RemovePackageOptions) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)
Paramètres
- options
- RemovePackageOptions
Retours
- Attributs