適用于 Windows 8) 的應用程式 (套件架構
代表組成封裝的一或多個應用程式。
元素階層
- <套件>
- <應用程式>
語法
<Applications>
<!-- Child elements -->
Application{1,100}
</Applications>
答案
{}
出現的特定範圍
屬性和項目
屬性
無。
子元素
子元素 | 描述 |
---|---|
應用程式 | 代表包含套件中所提供之部分或所有功能的應用程式。 |
父項目
Parent 項目 | 描述 |
---|---|
套件 | 定義應用程式封裝資訊清單的根項目。 資訊清單描述系統的軟體結構和功能。 |
備註
您可以使用 應用程式 元素來指定封裝的一或多個應用程式。 請注意,雖然每個套件都可包含一或多個應用程式,但包含多個應用程式的套件不會通過 Microsoft Store 的認證處理常式。
範例
下列範例取自其中一個 SDK 範例的套件資訊清單。
<Applications>
<Application Id="App" StartPage="default.html">
<VisualElements DisplayName="Assocation launching sample"
Logo="images\squareTile-sdk.png" SmallLogo="images\smallTile-sdk.png"
Description="SDK sample"
ForegroundText="dark" BackgroundColor="#FFFFFF" ToastCapable="false">
<DefaultTile ShowName="allLogos" />
<SplashScreen BackgroundColor="white" Image="images\splash-sdk.png" />
</VisualElements>
<Extensions>
<Extension Category="windows.fileTypeAssociation">
<FileTypeAssociation Name=".alsdkjs">
<SupportedFileTypes>
<FileType>.alsdkjs</FileType>
</SupportedFileTypes>
</FileTypeAssociation>
</Extension>
<Extension Category="windows.protocol">
<Protocol Name="alsdkjs" />
</Extension>
</Extensions>
</Application>
</Applications>
需求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |