IAppxManifestOptionalPackageInfo interface

Provides access to attribute values of the optional package information.

Members

The IAppxManifestOptionalPackageInfo interface inherits from the IUnknown interface. IAppxManifestOptionalPackageInfo also has these types of members:

Methods

The IAppxManifestOptionalPackageInfo interface has these methods.

MethodDescription
GetIsOptionalPackage

Determines whether the package is optional.

GetMainPackageName

Gets the main package name from the optional package.

 

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxManifestOptionalPackageInfo is defined as 2634847D-5B5D-4FE5-A243-002FF95EDC7E

 

 

Show: