PackageUpdatingEventArgs.TargetPackage 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 the updated package.
public:
property Package ^ TargetPackage { Package ^ get(); };
Package TargetPackage();
public Package TargetPackage { get; }
var package = packageUpdatingEventArgs.targetPackage;
Public ReadOnly Property TargetPackage As Package
Property Value
This is the new package that is an update to the old package on the device.