AppInstallManagerItemEventArgs.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|