AppExtension.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 information for the app extension.
public:
property Package ^ Package { Package ^ get(); };
Package Package();
public Package Package { get; }
var package = appExtension.package;
Public ReadOnly Property Package As Package
Property Value
The package information which includes the package description, logo, display name, and so on.