Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 2.76 KB

nf-appxpackaging-iappxmanifestreader-getproperties.md

File metadata and controls

82 lines (63 loc) · 2.76 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
NF:appxpackaging.IAppxManifestReader.GetProperties
IAppxManifestReader::GetProperties (appxpackaging.h)
Gets the properties of the package as defined in the manifest.
GetProperties
GetProperties method [App packaging and management]
GetProperties method [App packaging and management]
IAppxManifestReader interface
IAppxManifestReader interface [App packaging and management]
GetProperties method
IAppxManifestReader.GetProperties
IAppxManifestReader::GetProperties
appxpackaging/IAppxManifestReader::GetProperties
appxpkg.iappxmanifestreader_getproperties
appxpkg\iappxmanifestreader_getproperties.htm
appxpkg
E507BA9D-D2CA-4B28-BD13-B820B666B4C6
12/05/2018
GetProperties, GetProperties method [App packaging and management], GetProperties method [App packaging and management],IAppxManifestReader interface, IAppxManifestReader interface [App packaging and management],GetProperties method, IAppxManifestReader.GetProperties, IAppxManifestReader::GetProperties, appxpackaging/IAppxManifestReader::GetProperties, appxpkg.iappxmanifestreader_getproperties
appxpackaging.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxManifestReader::GetProperties
appxpackaging/IAppxManifestReader::GetProperties
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxManifestReader.GetProperties

IAppxManifestReader::GetProperties

-description

Gets the properties of the package as defined in the manifest.

-parameters

-param packageProperties [out, retval]

Type: IAppxManifestProperties**

Properties of the package as described by the manifest.

-returns

Type: HRESULT

If the method succeeds, it returns S_OK.

-remarks

Properties are specified using the Properties element in the manifest.

Examples

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

-see-also

IAppxManifestReader