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

IMsixPackageApplications Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.MsixPackageApplicationsTypeConverter))]
public interface IMsixPackageApplications : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.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