Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.38 KB

appinstallmanager_searchforupdatesasync_1679663759.md

File metadata and controls

41 lines (28 loc) · 1.38 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager.SearchForUpdatesAsync(System.String,System.String,System.String,System.String,Windows.ApplicationModel.Store.Preview.InstallControl.AppUpdateOptions)
winrt method

Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager.SearchForUpdatesAsync

-description

Searches for updates for the specified app, with the ability to allow a forced app restart and the option to generate telemetry data.

-parameters

-param productId

The product ID of the app to be queried for updates.

-param skuId

The SKU ID of the app to be queried for updates.

-param correlationVector

A correlation vector string that can be used to generate telemetry data.

-param clientId

The ID of the caller.

-param updateOptions

Provides additional options for the operation, including the ability to allow a forced app restart.

-returns

An asynchronous operation that, on successful completion, returns an AppInstallItem that represents the available update.

-remarks

-see-also

-examples

-capabilities

runFullTrust