desktop7:ControlPanelItem

将扩展注册为控制面板项。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <desktop7:Extension>

                        <desktop7:ControlPanelItem>

语法

<desktop7:ControlPanelItem
    Name = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    SystemApplicationName = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    SystemControlPanelCategory = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    SystemSoftwareTasksFileUrl = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' >

    desktop7:DefaultIcon
    desktop7:LocalizedString
    desktop7:InfoTip

</desktop7:ControlPanelItem>

特性和元素

属性

属性 说明 数据类型 必须 默认值
名称 Shell 扩展的描述性名称。 此值实际上不是由系统直接使用,但可以更轻松地读取注册表中的条目。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。
SystemApplicationName 项的规范名称。 窗体 control.exe /name [System.ApplicationName] 的 命令将打开该项。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。
SystemControlPanelCategory 一个 值,该值声明显示项的控制面板类别。 多个类别以逗号分隔。 有关详细信息,请参阅分配控制面板类别 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。
SystemSoftwareTasksFileUrl 定义任务链接的 XML 文件的路径。 在“类别”模式下查看控制面板时,这将提供此控制面板项下的项的子列表。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。
Clsid 实现 Shell 扩展的 COM 类的 Clsid。 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 的 GUID。

子元素

子元素 描述
desktop7:DefaultIcon 指定要为控制面板中的项显示的图标。
desktop7:LocalizedString 指定要为控制面板中的项显示的本地化字符串。
desktop7:InfoTip 指定要在鼠标悬停在项图标上时显示的信息提示字符串。

父元素

父元素 描述
扩展名 定义应用程序的扩展点。

要求

命名空间 http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (内部版本 19645)