共用方式為


AppAttachPackageInfoProperties interface

匯入封裝資訊屬性的架構。

屬性

certificateExpiry

日期憑證到期,可在 appxmanifest.xml中找到。

certificateName

appxmanifest.xml中找到的憑證名稱。

displayName

要顯示在入口網站中的使用者易記名稱。

imagePath

網路共用上的 VHD/CIM 映射路徑。

isActive

將此版本的套件設為跨主機集區的作用中套件。

isPackageTimestamped

封裝是否已時間戳,因此它可以忽略憑證到期日

isRegularRegistration

指定如何在摘要中註冊封裝。

lastUpdated

上次更新日期套件,可在 appxmanifest.xml中找到。

packageAlias

應用程式附加套件的別名。 在匯入時指派

packageApplications

套件應用程式清單。

packageDependencies

套件相依性清單。

packageFamilyName

appxmanifest.xml的套件系列名稱。 包含套件名稱和發行者名稱。

packageFullName

appxmanifest.xml的套件完整名稱。

packageName

appxmanifest.xml的套件名稱。

packageRelativePath

映射內封裝的相對路徑。

version

appxmanifest.xml中找到的套件版本。

屬性詳細資料

certificateExpiry

日期憑證到期,可在 appxmanifest.xml中找到。

certificateExpiry?: Date

屬性值

Date

certificateName

appxmanifest.xml中找到的憑證名稱。

certificateName?: string

屬性值

string

displayName

要顯示在入口網站中的使用者易記名稱。

displayName?: string

屬性值

string

imagePath

網路共用上的 VHD/CIM 映射路徑。

imagePath?: string

屬性值

string

isActive

將此版本的套件設為跨主機集區的作用中套件。

isActive?: boolean

屬性值

boolean

isPackageTimestamped

封裝是否已時間戳,因此它可以忽略憑證到期日

isPackageTimestamped?: string

屬性值

string

isRegularRegistration

指定如何在摘要中註冊封裝。

isRegularRegistration?: boolean

屬性值

boolean

lastUpdated

上次更新日期套件,可在 appxmanifest.xml中找到。

lastUpdated?: Date

屬性值

Date

packageAlias

應用程式附加套件的別名。 在匯入時指派

packageAlias?: string

屬性值

string

packageApplications

套件應用程式清單。

packageApplications?: MsixPackageApplications[]

屬性值

packageDependencies

套件相依性清單。

packageDependencies?: MsixPackageDependencies[]

屬性值

packageFamilyName

appxmanifest.xml的套件系列名稱。 包含套件名稱和發行者名稱。

packageFamilyName?: string

屬性值

string

packageFullName

appxmanifest.xml的套件完整名稱。

packageFullName?: string

屬性值

string

packageName

appxmanifest.xml的套件名稱。

packageName?: string

屬性值

string

packageRelativePath

映射內封裝的相對路徑。

packageRelativePath?: string

屬性值

string

version

appxmanifest.xml中找到的套件版本。

version?: string

屬性值

string