IAppxAppInstallerReader interface (appxpackaging.h)

Provides access to the XML DOM for an App Installer file.

Inheritance

The IAppxAppInstallerReader interface inherits from the IUnknown interface.

Methods

The IAppxAppInstallerReader interface has these methods.

 
IAppxAppInstallerReader::GetXmlDom

Gets the XML DOM for an App Installer file.

Remarks

Get an instance of this interface by calling IAppxFactory3::CreateAppInstallerReader.

Requirements

Requirement Value
Header appxpackaging.h

See also

App Installer File overview