PackageManager.RemovePackageByUriAsync(Uri, RemovePackageOptions) Método

Definição

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)

Parâmetros

packageUri
Uri Uri

Retornos

Atributos

Aplica-se a