AppInstallManagerItemEventArgs.Item Property

Definition

Gets an object that describes the app that has finished installing (for the ItemCompleted event) or whose installation status has changed (for the ItemStatusChanged event).

public:
 property AppInstallItem ^ Item { AppInstallItem ^ get(); };
AppInstallItem Item();
public AppInstallItem Item { get; }
var appInstallItem = appInstallManagerItemEventArgs.item;
Public ReadOnly Property Item As AppInstallItem

Property Value

An object that describes the app that has finished installing or whose installation status has changed.

Windows requirements

App capabilities
runFullTrust

Applies to