rescap2:Extension (Windows 10)

声明应用的扩展点。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <rescap2:Extension>

语法

<rescap2:Extension
    Category = 'A string that can have one of the following values: "windows.userDataAccountProvider".'
    Executable = 'An optional string with a value between 1 and 256 characters in length that must end with ".exe" and cannot contain these characters: <, >, :, ", |, ?, or *. It 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 that EntryPoint property isnt specified, the EntryPoint defined for the app is used.'
    EntryPoint = 'An optional string with a value between 1 and 256 characters in length, representing the  task handling the extension. This is 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 = 'An optional string with a value between 1 and 255 characters in length that cannot start or end with a period or contain these characters: <, >, :, ", /, \, |, ?, or *.'
    ResourceGroup = 'An optional alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter.'
    StartPage = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' 
    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.'
    desktop7:CompatMode = 'An optional string the can have one of the following values: "classic" or "modern".'
    desktop7:Scope = 'An optional string that can have one of the following values: "machine" or "user".'
/>

密钥

? 可选 (零个或一个)

特性和元素

属性

属性 说明 数据类型 必须 默认值
类别 应用扩展点的类型。 可以具有以下值之一的字符串: windows.userDataAccountProvider
可执行文件 默认启动可执行文件。 值长度介于 1 到 256 个字符之间的可选字符串,必须以 .exe 结尾,并且不能包含以下字符:<>:"|?、 或 *。 它指定扩展的默认可执行文件。 如果未指定,则使用为应用定义的可执行文件。 如果指定,则还使用 EntryPoint 属性。 如果未指定该 EntryPoint 属性,则使用为应用定义的 EntryPoint。
EntryPoint 可激活的类 ID。 值长度介于 1 到 256 个字符之间的可选字符串,表示处理扩展的任务。 这通常是 Windows 运行时类型的完全命名空间限定名称。 如果未指定 EntryPoint,则改用为应用定义的 EntryPoint。
RuntimeType 运行时提供程序。 当应用中存在混合框架时,通常会使用此属性。 值长度介于 1 到 255 个字符之间的可选字符串,不能以句点开头或结尾,也不能包含以下字符:<、、>:\/|"?、 或 。*
ResourceGroup 一个标记,可用于将扩展激活组合在一起以进行资源管理, (例如 CPU 和内存) 。 可以设置的 ResourceGroup 值是自由格式且灵活的。 请参阅 Application@ResourceGroup 值长度介于 1 到 255 个字符之间的可选字母数字字符串。 必须以字母开头。
StartPage 处理扩展点的网页。 值长度介于 1 到 256 个字符之间的可选字符串,不能包含以下字符:<、、:>"|?、 或 *
uap10:TrustLevel 指定扩展的信任级别。 可选的字符串值。 如果指定,它可以是以下值之一: appContainermediumIL
uap10:RuntimeBehavior 指定扩展的运行时行为。 可选的字符串值。 如果指定,它可以是以下值之一: windowsApppackagedClassicAppwin32App
uap10:HostId 指定扩展的主机运行时的 ID。 一个字母数字字符串,其可选值长度介于 1 到 255 个字符之间。 必须以字母开头。
uap10:Parameters 包含要传递给扩展的命令行参数。 仅桌面应用支持。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。
uap11:Id 扩展的标识符。 对于包中的所有扩展,ID 必须是唯一的。 值长度介于 1 到 255 个字符之间的可选字符串,开头和结尾处有一个非空格字符。
uap11:Subsystem 此属性继承自基本扩展语法,不适用于 com4 扩展。 除语法验证外,此值将被忽略。 可具有以下值之一的可选字符串: consolewindows
uap11:SupportsMultipleInstances 指定实例是否应在不同的进程中运行。 默认值为 false。 可选的布尔值。
uap11:ResourceGroup 一个标记,可用于将扩展激活组合在一起以进行资源管理, (例如 CPU 和内存) 。 可以设置的 ResourceGroup 值是自由格式且灵活的。 请参阅 Application@ResourceGroup 值长度介于 1 到 255 个字符之间的可选字母数字字符串。 必须以字母开头。
uap11:CurrentDirectoryPath 指定启动应用程序进程时的初始目录。 不能包含以下字符的可选字符串: <>|?*。 >
uap11:Parameters 此属性继承自基本扩展语法,不适用于 com4 扩展。 除语法验证外,此值将被忽略。 一个可选字符串,其值长度在 1 到 32767 个字符之间,开头和结尾处有一个非空格字符。
desktop7:CompatMode 指定是否以经典方式向 Windows 注册此扩展的信息, (例如,未打包的应用通过注册表) 向 COM 注册类型,还是以范围更广的新方式注册类型。 默认值为“modern”。 CompatMode=“classic” 需要 Microsoft.classicAppCompat_8wekyb3d8bbwe 功能。 可选的字符串 可以具有以下值之一: 经典新式
desktop7:Scope 指定注册是否仅对以用户 (用户) 注册此包的用户身份运行的其他应用程序可见,或者它们是否对计算机上的所有用户和服务可见, (计算机) 。 默认值为“user”。 Scope=“machine”需要 Microsoft.classicAppCompatElevated_8wekyb3d8bbwe 功能。 可具有以下值之一的可选字符串: machineuser

子元素

无。

父元素

父元素 描述
扩展 (类型:CT_ApplicationExtensions) 定义应用的一个或多个扩展点。

示例

<Package 
    xmlns:rescap2="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/2"  
    IgnorableNamespaces="... rescap2">
    <Applications>
        <Application>
            <Extensions>
                <rescap2:Extension
                    Category="windows.userDataAccountsProvider" />   
            </Extensions>
        </Application>
    </Applications>
</Package>

要求

Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/2
uap10 http://schemas.microsoft.com/appx/manifest/uap/windows10/10
uap11 http://schemas.microsoft.com/appx/manifest/uap/windows10/11
Minimum OS Version Windows 10版本 1607 (内部版本 14393)