Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 2.51 KB

nn-appxpackaging-iappxmanifestreader2.md

File metadata and controls

66 lines (56 loc) · 2.51 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:appxpackaging.IAppxManifestReader2
IAppxManifestReader2 (appxpackaging.h)
Represents an object model of the package manifest that provides methods to access manifest elements and attributes. (IAppxManifestReader2)
IAppxManifestReader2
IAppxManifestReader2 interface [App packaging and management]
IAppxManifestReader2 interface [App packaging and management]
described
appxpackaging/IAppxManifestReader2
appxpkg.iappxmanifestreader2
appxpkg\iappxmanifestreader2.htm
appxpkg
B10A1ACB-12F4-4338-A6D6-6D2B829F9D62
12/05/2018
IAppxManifestReader2, IAppxManifestReader2 interface [App packaging and management], IAppxManifestReader2 interface [App packaging and management],described, appxpackaging/IAppxManifestReader2, appxpkg.iappxmanifestreader2
appxpackaging.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxManifestReader2
appxpackaging/IAppxManifestReader2
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxManifestReader2

IAppxManifestReader2 interface

-description

Represents an object model of the package manifest that provides methods to access manifest elements and attributes.

-inheritance

The IAppxManifestReader2 interface inherits from IAppxManifestReader. IAppxManifestReader2 also has these types of members:

-remarks

Note  Starting with Windows 8.1, we recommend not to use IAppxManifestReader::GetResources anymore to only iterate over the Language values in the manifest. Instead, use IAppxManifestReader2::GetResources because it iterates over other resource qualifiers as well, such as, Scale and DXFeatureLevel.
 

-see-also

IAppxManifestReader