MsixPackageApplications interface
Schema for MSIX Package Application properties.
Properties
app |
Package Application Id, found in appxmanifest.xml. |
app |
Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml. |
description | Description of Package Application. |
friendly |
User friendly name. |
icon |
User friendly name. |
raw |
the icon a 64 bit string as a byte array. |
raw |
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