Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.85 KB

appinstallmanager_searchforallupdatesforuserasync_955730935.md

File metadata and controls

38 lines (26 loc) · 1.85 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager.SearchForAllUpdatesForUserAsync(Windows.System.User,System.String,System.String,Windows.ApplicationModel.Store.Preview.InstallControl.AppUpdateOptions)
winrt method

Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager.SearchForAllUpdatesForUserAsync

-description

Searches for all available updates to apps installed on the current computer or device for the specified user, with the ability to allow forced app restarts and the option to generate telemetry data.

-parameters

-param user

An object that identifies the user to specify for this operation.

-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 forced app restarts.

-returns

An asynchronous operation that, on successful completion, returns the collection of apps that have available updates. If you use Asynchronous programming, the result type is a read-only list/vector of AppInstallItem items. (You can use APIs of IVectorView for C++ or JavaScript, APIs of IReadOnlyList<AppInstallItem> for .NET.)

-remarks

-see-also

-examples

-capabilities

runFullTrust