Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 961 Bytes

packagemanager_registerpackagesbyfullnameasync_1988567387.md

File metadata and controls

28 lines (16 loc) · 961 Bytes
-api-id -api-type
M:Windows.Management.Deployment.PackageManager.RegisterPackagesByFullNameAsync(Windows.Foundation.Collections.IIterable{System.String},Windows.Management.Deployment.RegisterPackageOptions)
winrt method

-description

Registers the specified Packages by their full name for the current user.

-parameters

-param packageFullNames

The list of full names for the packages you want to register.

-param options

The package registration options for the operation.

-returns

The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.

-remarks

-see-also

Package