IAppxFile interface (appxpackaging.h)

Retrieves information about a payload or footprint file in a package.

Inheritance

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

Methods

The IAppxFile interface has these methods.

 
IAppxFile::GetCompressionOption

Retrieves the compression option that is used to store the file in the package.
IAppxFile::GetContentType

Retrieves the content type of the file.
IAppxFile::GetName

Retrieves the name of the file, including its path relative to the package root directory.
IAppxFile::GetSize

Retrieves the uncompressed size of the file.
IAppxFile::GetStream

Gets a read-only stream that contains the uncompressed content of the file.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header appxpackaging.h

See also

IAppxFilesEnumerator