printSupport2:Extension

声明打印支持应用的扩展点,并添加对虚拟打印机的支持。

元素层次结构

<包>

     <应用程序>

          <应用程序>

               <扩展>

                    <printSupport2:Extension>

语法

<printSupport2:Extension 
  Category = 'A string that can have one of the following values: "windows.printSupportVirtualPrinterWorkflow".'
  Executable = 'A string with an optional value between 1 and 256 characters in length, that must end with ".exe", and cannot contain the following characters: <, >, :, ", |, ?, or *. Specifies the default executable for the extension. If not specified, the executable defined for the app is used.  If specified, the EntryPoint property is also used. If the EntryPoint property is not specified, the EntryPoint defined for the app is used.'
  EntryPoint = 'A string with an optional value between 1 and 256 characters in length. Represents the task handling the extension (normally the fully namespace-qualified name of a Windows Runtime type). If EntryPoint is not specified, the EntryPoint defined for the app is used instead.'
  RuntimeType = 'A string with an optional value between 1 and 255 characters in length that cannot start or end with a period or contain these characters: <, >, :, ", /, \, |, ?, or *.'
  StartPage = 'A string with an optional value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
  ResourceGroup = 'An alphanumeric string with an optional value between 1 and 255 characters in length. Must begin with a letter.'
  uap10:TrustLevel = 'An optional string value. If specified, it must be either "appContainer" or "mediumIL".'
  uap10:RuntimeBehavior  = 'An optional string value. If specified, it must be one of the following values:  "windowsApp", "packagedClassicApp", or "win32App".'
  uap10:HostId = 'An alphanumeric string with an optional value between 1 and 255 characters in length. Must begin with an letter.'
  uap10:Parameters = 'A string with an optional value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' 
  uap11:Id = 'An optional string with a value between 1 and 255 characters in length with a non-whitespace character at its beginning and end.'
  uap11:Subsystem = 'An optional string that can have one of the following values: "console" or "windows".'
  uap11:SupportsMultipleInstances = 'An optional boolean value.'
  uap11:ResourceGroup = 'An optional alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter.'
  uap11:CurrentDirectoryPath = 'An optional string that cannot contain these characters: <, >, |, ?, or *. >'
  uap11:Parameters = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >

  <!-- Child elements -->
  PrintSupportVirtualPrinter
</printSupport2:Extension>

属性和元素

属性

属性 描述 数据类型 必填 默认值
类别 包扩展点的类型。 一个可以具有以下值的字符串:windows.printSupportVirtualPrinterWorkflow 是的
EntryPoint 可激活的类 ID。 长度介于 1 到 256 个字符之间的字符串。 表示处理扩展的任务(通常是 Windows 运行时类型的完全命名空间限定名称)。 如果未指定 EntryPoint,则改用为应用定义的 EntryPoint。
可执行文件 默认启动可执行文件。 长度在 1 到 256 个字符之间的字符串,必须以 .exe结尾,不能包含以下字符:<>:"|?*。 指定扩展的默认可执行文件。 如果未指定,则使用为应用定义的可执行文件。 如果指定,则还会使用 EntryPoint 属性。 如果未指定 EntryPoint 属性,则使用为应用定义的 EntryPoint。
RuntimeType 运行时提供程序。 通常在应用中存在混合框架时使用。 长度在 1 到 255 个字符之间的字符串,长度不能以 . 开头或结尾或包含字符:<>:"|?*
StartPage 处理扩展点的网页。 长度在 1 到 256 个字符之间的字符串,其长度不能包含这些字符:<>:"|?*
ResourceGroup 一个可选标记,用于将扩展激活组合在一起用于资源管理目的(例如 CPU 和内存)。 请参阅 Application@ResourceGroup中的 备注 部分。 长度介于 1 到 255 个字符之间的字母数字字符串。 必须以字母开头。
uap10:TrustLevel 指定扩展的信任级别。 可选字符串值。 如果指定,它可以是以下值之一:appContainermediumIL
uap10:RuntimeBehavior 指定扩展的运行时行为。 可选字符串值。 如果指定,它可以是下列值之一:windowsApppackagedClassicApp,或 win32App
uap10:HostId 指定扩展的主机运行时的 ID。 长度介于 1 到 255 个字符之间的可选值的字母数字字符串。 必须以字母开头。
uap10:Parameters 包含要传递给扩展的命令行参数。 仅支持桌面应用。 一个长度介于 1 到 32767 个字符之间的字符串,其开头和结尾具有非空格字符。
uap11:Id 扩展的标识符。 ID 对于包中的所有扩展必须是唯一的。 一个可选字符串,其长度介于 1 到 255 个字符之间,其开头和结尾为非空格字符。
uap11:Subsystem 扩展面向的子系统。 一个可选字符串,可以具有以下值之一:控制台窗口
uap11:SupportsMultipleInstances 指定实例是否应在不同的进程中运行。 默认值为 false。 可选的布尔值。
uap11:ResourceGroup 一个标记,可用于将扩展激活组合在一起以进行资源管理(例如 CPU 和内存)。 可以设置 ResourceGroup 的值是自由格式且灵活的。 请参阅 Application@ResourceGroup 一个可选的字母数字字符串,其长度介于 1 到 255 个字符之间。 必须以字母开头。
uap11:CurrentDirectoryPath 指定启动应用程序进程时的初始目录。 此属性支持宏。 有关详细信息,请参阅包清单架构中的 宏。 不能包含以下字符的可选字符串:<>|?*。 >
uap11:Parameters 包含要传递给扩展的命令行参数。 此属性支持宏。 有关详细信息,请参阅包清单架构中的 宏。 一个可选字符串,其长度在 1 到 32767 个字符之间,其开头和结尾有非空格字符。

子元素

子元素 描述
PrintSupportVirtualPrinter 指定要随应用一起安装的虚拟终结点打印队列。

父元素

Parent 元素 描述
扩展 声明应用的扩展点。

言论

有关开发打印支持应用的信息,请参阅 打印支持应用设计指南

要求

项目 价值
命名空间 http://schemas.microsoft.com/appx/manifest/printsupport/windows10/2
uap10 http://schemas.microsoft.com/appx/manifest/uap/windows/10/10
uap11 http://schemas.microsoft.com/appx/manifest/uap/windows/10/11