desktop10:Folder

定义用于保存快捷方式的文件夹,其中包含可本地化的详细信息。

元素层次结构

<包>

    <扩展>

         <desktop10:Extension>

              <desktop10:Folder>

语法

<desktop10:Folder
  KnownFolder = 'A string that can be one of the following values: "Common Programs", "Programs", or "Desktop".'
  RelativePath = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
  Name = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
  DisplayName = 'An optional alphanumeric string with a value between 1 and 256 characters in length. This string is localizable.'
  Icon = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
  IconIndex = 'An optional numerical value between 0 and 255.'
  Description = 'An optional string with a value between 1 and 2048 characters. This string is localizable.' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
KnownFolder RelativePath 值相对的已知文件夹。 可以是以下值之一的字符串: Common ProgramsProgramsDesktop
RelativePath 相对于 KnownFolder 中指定的文件夹的文件夹的路径 一个可选字符串,其值长度在 1 到 256 个字符之间,不能包含以下字符:<、、>:"|?*
名称 文件夹的磁盘上名称。 一个可选字符串,其值长度在 1 到 256 个字符之间,不能包含以下字符:<、、>:"|?*
DisplayName 文件夹的显示名称。 可选的字母数字字符串,其值长度介于 1 到 256 个字符之间。 此字符串可本地化。
图标 要为 lnk 文件显示的图标图像,采用 多语言用户界面 字符串格式。 一个可选字符串,其值长度在 1 到 256 个字符之间,不能包含以下字符:<、、>:"|?*
IconIndex 当前图标文件中图标的索引。 介于 0 和 255 之间的数值。
说明 文件夹的说明。 一个可选字符串,其值介于 1 到 2048 个字符之间。 此字符串可本地化。

子元素

无。

父元素

父元素 描述
desktop10:Extension 声明应用的扩展点。

要求

desktop10 http://schemas.microsoft.com/appx/manifest/desktop/windows10/10
Minimum OS Version Windows 11版本 22H2 (内部版本 22621)