Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.56 KB

packagemanager_registerpackageasync_593568238.md

File metadata and controls

34 lines (23 loc) · 1.56 KB
-api-id -api-type
M:Windows.Management.Deployment.PackageManager.RegisterPackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable{Windows.Foundation.Uri},Windows.Management.Deployment.DeploymentOptions)
winrt method

Windows.Management.Deployment.PackageManager.RegisterPackageAsync

-description

Registers a Package (the main package) and its dependency packages for the current user, using the specified deployment options.

-parameters

-param manifestUri

The Uri of the main package.

-param dependencyPackageUris

The Uris of the dependency packages.

-param deploymentOptions

A bitwise combination of enumeration values from the DeploymentOptions enumeration that specify deployment options.

-returns

An object that the caller can observe to track progress and completion for the call. The object implements the IAsyncOperationWithProgress pattern.

-remarks

-examples

-see-also

Package, RegisterPackageAsync(Uri, IIterable(Uri), DeploymentOptions, PackageVolume)