你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MsixPackageApplications interface
MSIX 包应用程序属性的架构。
属性
app |
包应用程序 ID,位于 appxmanifest.xml中。 |
app |
用于激活包应用程序。 由包名称和 ApplicationID 组成。 在 appxmanifest.xml中找到。 |
description | 包应用程序的说明。 |
friendly |
用户友好名称。 |
icon |
用户友好名称。 |
raw |
图标为 64 位字符串作为字节数组。 |
raw |
图标为 64 位字符串作为字节数组。 |
属性详细信息
appId
包应用程序 ID,位于 appxmanifest.xml中。
appId?: string
属性值
string
appUserModelID
用于激活包应用程序。 由包名称和 ApplicationID 组成。 在 appxmanifest.xml中找到。
appUserModelID?: string
属性值
string
description
包应用程序的说明。
description?: string
属性值
string
friendlyName
用户友好名称。
friendlyName?: string
属性值
string
iconImageName
用户友好名称。
iconImageName?: string
属性值
string
rawIcon
图标为 64 位字符串作为字节数组。
rawIcon?: Uint8Array
属性值
Uint8Array
rawPng
图标为 64 位字符串作为字节数组。
rawPng?: Uint8Array
属性值
Uint8Array