Partager via


IMsixPackageApplications Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.MsixPackageApplicationsTypeConverter))]
public interface IMsixPackageApplications : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.MsixPackageApplicationsTypeConverter))>]
type IMsixPackageApplications = interface
    interface IJsonSerializable
Public Interface IMsixPackageApplications
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to