Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAppxManifestApplication interface

Provides access to attribute values of the application.

Members

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

Methods

The IAppxManifestApplication interface has these methods.

MethodDescription
GetAppUserModelId

Gets the application user model identifier.

GetStringValue

Gets the value of a string element in the application metadata section of the manifest.

 

Examples

For an example, see Quickstart: Read app package manifest info.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxManifestApplication is defined as 5da89bf4-3773-46be-b650-7e744863b7e8

See also

IAppxManifestApplicationsEnumerator
IAppxManifestReader

 

 

Show:
© 2017 Microsoft