uap10:HostRuntimeDependency
定義目前應用程式的主機應用程式相依性。 如需詳細資訊,請參閱 建立託管的應用程式。
元素階層
<uap10:HostRuntimeDependency>
Syntax
<uap10:HostRuntimeDependency
Name = 'An alphanumeric string that can contain periods and dashes.'
Publisher = 'A string with a value between 1 and 8192 characters in length that fits the regular expression of a distinguished name.'
MinVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where "Major" cannot be "0".' />
屬性和元素
屬性
屬性 | 描述 | 資料類型 | 必要 | 預設值 |
---|---|---|---|---|
名稱 | 主機應用程式的名稱。 | 可以包含句號和虛線的英數位元字串。 | Yes | |
發行者 | 主機應用程式的發行者。 | 長度介於 1 到 8192 個字元之間的字串,其符合辨別名稱的正則運算式。 | Yes | |
MinVersion | 目前應用程式相依的主機應用程式最低版本。 | 四次標記法中的版本字串 (Major.Minor.Build.Revision ) ,其中 Major 不能是 0 。 |
Yes |
子元素
無
父元素
父元素 | 描述 |
---|---|
Dependencies (相依性) | 宣告套件相依的其他套件,以完成其軟體。 |
規格需求
Item | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/10 |
OS 最低版本 | Windows 10版本 2004 (組建 19041) |