套件 (套件組合架構,套件) 的子系
定義套件組合中的其中一個應用程式套件或資源套件。
元素階層
Syntax
<Package Type? = Specifies the package type as app or resource. : "resource"
Version = A version string in quad notation, "Major.Minor.Build.Revision".
Architecture? = "x86" | "x64" | "arm" | "neutral" : "neutral"
ResourceId? = A string between 1 and 30 characters in length that consists of alpha-numeric, period, and dash characters.
FileName = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
Offset = unsignedLong
Size = unsignedLong
IsStub = boolean >
<!-- Child elements -->
Resources
Dependencies
</Package>
答案
?
選擇性 (零或一個) :
預設值
屬性和項目
屬性
屬性 | 描述 | 資料類型 | 必要 | 預設值 |
---|---|---|---|---|
架構 | 描述封裝中包含的程式碼架構。 包含可執行程式碼的套件必須包含這個屬性。 |
此屬性可以有下列其中一個值:
|
否 | neutral |
FileName | 描述封裝的檔案名。 |
長度介於 1 到 256 個字元之間的字串,不能包含下列字元: < 、、: > 、、「、|、?或 *。 | 是 | |
Offset | 描述套件組合中位元組的位移。 |
unsignedLong | 是 | |
ResourceId | 描述封裝中的資源類型。 |
長度介於 1 到 30 個字元之間的字串,其中包含英數位、句號和虛線字元。 | 否 | |
大小 | 描述封裝的位元組大小。 |
unsignedLong | 是 | |
型別 | 定義套件組合中的套件類型。 |
將套件類型指定為應用程式或資源。 | 否 | resource |
版本 | 定義封裝的版本號碼。 |
四次標記法中的版本字串,「Major.Minor.Build.Revision」。 | 是 | |
IsStub | 指出目前封裝中的應用程式是否為存根應用程式。 |
如果應用程式是存根,則為 True;否則為 false。 | 否 | 否 |
子元素
子元素 | 描述 |
---|---|
資源 | 宣告套件包含之資源的語言、解析度縮放比例和 DirectX 功能層級。 |
Dependencies (相依性) | 宣告套件包含之資源的語言、解析度縮放比例和 DirectX 功能層級。 |
父項目
Parent 項目 | 描述 |
---|---|
套件 | 定義套件組合中包含的應用程式套件和資源套件。 |
規格需求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2013/bundle |