iAppxBundleReader 接口 (appxpackaging.h)

为捆绑包提供只读对象模型。

继承

IAppxBundleReader 接口继承自 IUnknown 接口。 IAppxBundleReader 还具有以下类型的成员:

方法

IAppxBundleReader 接口包含以下方法。

 
IAppxBundleReader::GetBlockMap

从捆绑中检索只读块映射对象。
IAppxBundleReader::GetFootprintFile

从捆绑中检索指定类型的占用文件。
IAppxBundleReader::GetManifest

从捆绑中检索只读清单对象。
IAppxBundleReader::GetPayloadPackage

检索具有指定文件名的有效负载包的 appx 文件对象。
IAppxBundleReader::GetPayloadPackages

检索循环访问捆绑包中所有有效负载包列表的枚举器。

注解

可以使用 IAppxBundleFactory 接口的 CreateBundleReader 方法检索 IAppxBundleReader 对象。

通过 IAppxBundleReader,可以检索捆绑包中包含的占用空间文件(例如捆绑包的清单、块映射和签名)和应用包。

要求

要求
最低受支持的客户端 Windows 8.1 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 R2 [仅限桌面应用]
目标平台 Windows
标头 appxpackaging.h