PackageManager.RemovePackageByUriAsync(Uri, RemovePackageOptions) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- options
- RemovePackageOptions
Restituisce
- Attributi