你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MsixPackageApplications interface

Schema for MSIX Package Application properties.

Properties

appId

Package Application Id, found in appxmanifest.xml.

appUserModelID

Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml.

description

Description of Package Application.

friendlyName

User friendly name.

iconImageName

User friendly name.

rawIcon

the icon a 64 bit string as a byte array.

rawPng

the icon a 64 bit string as a byte array.

Property Details

appId

Package Application Id, found in appxmanifest.xml.

appId?: string

Property Value

string

appUserModelID

Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml.

appUserModelID?: string

Property Value

string

description

Description of Package Application.

description?: string

Property Value

string

friendlyName

User friendly name.

friendlyName?: string

Property Value

string

iconImageName

User friendly name.

iconImageName?: string

Property Value

string

rawIcon

the icon a 64 bit string as a byte array.

rawIcon?: Uint8Array

Property Value

Uint8Array

rawPng

the icon a 64 bit string as a byte array.

rawPng?: Uint8Array

Property Value

Uint8Array