IAppxManifestProperties 接口 (appxpackaging.h)

提供对包清单的属性部分的只读访问权限。

继承

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

方法

IAppxManifestProperties 接口具有这些方法。

 
IAppxManifestProperties::GetBoolValue

获取 properties 节中指定布尔元素的值。
IAppxManifestProperties::GetStringValue

获取 properties 节中指定字符串元素的值。

注解

清单的 properties 节是使用 Properties 元素定义的。

可以使用 IAppxManifestReader::GetProperties 方法检索此对象。

示例

有关示例,请参阅 快速入门:读取应用包清单信息

要求

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

另请参阅

IAppxManifestReader::GetProperties