uap10:Packages/Extension) 中的扩展 (

声明应用的扩展点。

元素层次结构

<包>

      <扩展>

            <\uap10:Extension>

语法

<uap10:Extension
  Category = 'A string that can have one of the following values: "windows.hostRuntime", "windows.mediaContentDecryptionModule", or "windows.installedLocationVirtualization".'
  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.' >

  <!-- Child elements -->
  uap10:HostRuntime?
  uap10:InstalledLocationVirtualization?
  uap10:MediaContentDecryptionModule
  
</uap10:Extension>

密钥

? 可选 (零个或一个)

特性和元素

属性

属性 说明 数据类型 必须 默认值
类别 包扩展点的类型。 可以具有以下值之一的字符串: windows.hostRuntimewindows.mediaContentDecryptionModulewindows.installedLocationVirtualization
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 指定扩展的运行时行为。 可选的字符串值。 如果指定,它可以是以下值之一: windowsApppackagedClassicAppwin32App
uap10:HostId 指定扩展的主机运行时的 ID。 一个字母数字字符串,其可选值长度介于 1 到 255 个字符之间。 必须以字母开头。
uap10:Parameters 包含要传递给扩展的命令行参数。 仅桌面应用支持。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。

子元素

子元素 描述
uap10:HostRuntime 定义包范围的扩展,该扩展定义激活 托管应用时要使用的运行时信息。
uap10:InstalledLocationVirtualization 为 MSIX 包中的桌面应用定义一个扩展,该扩展会将应用安装目录的任何写入重定向到 应用数据中的某个位置。
uap10:MediaContentDecryptionModule.md 为 MSIX 包中的桌面应用定义扩展,该扩展定义用于访问媒体文件的解密信息。

父元素

父元素 说明
扩展 定义包的一个或多个扩展点。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/10
Minimum OS Version Windows 10版本 2004 (内部版本 19041)