TargetDeviceFamily (套件組合架構,套件)
識別套件目標裝置系列。 如需裝置系列的詳細資訊,請參閱 使用擴充功能 SDK 進行程式設計。
元素階層
<TargetDeviceFamily
Name = 'An alphanumeric string that can contain period and dash characters.'
MinVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
MaxVersionTested = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.' />
屬性和元素
屬性
屬性 | 描述 | 資料類型 | 必要 | 預設值 |
---|---|---|---|---|
名稱 | 應用程式的目標裝置系列名稱。 | 可以包含句號和虛線字元的英數位元。 | 是 | |
MinVersion | 您的應用程式目標裝置系列的最低版本。 用於部署時間的適用性。 如果系統的裝置系列版本低於 MinVersion,則不會將應用程式視為適用。 | 四元標記法中的版本字串 (Major.Minor.Build.Revision ) ,其中 Major 不能是 0 。 |
是 | |
MaxVersionTested | 您的應用程式的目標裝置系列版本上限,就是您已針對它進行測試。 這會在執行時間用來判斷 quirks 的有效進程空間。 | 四元標記法中的版本字串 (Major.Minor.Build.Revision ) ,其中 Major 不能是 0 。 |
是 |
子元素
無。
父項目
Parent 項目 | 描述 |
---|---|
Dependencies (相依性) | 視需要宣告將安裝的相依性。 |
規格需求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2018/bundle |