AppExtensionPackageUninstallingEventArgs.Package Property

Definition

Gets the app extension package that is uninstalling.

public:
 property Package ^ Package { Package ^ get(); };
Package Package();
public Package Package { get; }
var package = appExtensionPackageUninstallingEventArgs.package;
Public ReadOnly Property Package As Package

Property Value

The app extension package that is uninstalling.

Applies to