IMsixPackageApplications Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |