AppExtensionPackageStatusChangedEventArgs.Package 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 package containing the extension that is being updated or uninstalled.
public:
property Package ^ Package { Package ^ get(); };
Package Package();
public Package Package { get; }
var package = appExtensionPackageStatusChangedEventArgs.package;
Public ReadOnly Property Package As Package
Property Value
The extension package that changed.