desktop7:ApplicationRegistration
在注册表中注册应用程序,而无需在系统 PATH 变量中注册应用程序。
元素层次结构
<desktop7:ApplicationRegistration>
语法
<desktop7:ApplicationRegistration
Name = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
ApplicationName = 'A string with a value between 1 and 256 characters in length.'
ApplicationDescription = 'A string with a value between 1 and 256 characters in length.' />
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
名称 | 应用程序的显示名称。 | 一个字符串,其值长度介于 1 到 256 个字符之间。 此字符串可本地化。 | 是 | |
路径 | 应用程序的路径。 | 一个字符串,其值长度在 1 到 256 个字符之间,不能包含以下字符:< 、、> : 、" 、 | ? 或 * 。 |
是 | |
ApplicationName | 应用程序的名称。 | 一个字符串,其值长度介于 1 到 256 个字符之间。 | 是 | |
ApplicationDescription | 应用程序的说明。 | 一个字符串,其值长度介于 1 到 256 个字符之间。 | 是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
扩展名 | 定义应用程序的扩展点。 |
注解
有关注册应用程序的信息,请参阅 应用程序注册。
要求
项 | 值 |
---|---|
命名空间 | http://schemas.microsoft.com/appx/manifest/desktop/windows10/7 |
Minimum OS Version | Windows 10 (内部版本 19645) |