一键重装系统工具 | U盘启动盘制作工具 | 误删文件恢复软件 | 硬盘数据抢救专家 | 电脑蓝屏修复助手 | C盘空间清理神器 | 电脑驱动离线安装工具 | 微信聊天记录恢复工具 | 照片误格式化恢复 | 电脑密码破解清除工具 | 系统崩溃紧急救援盘 | 电脑加速优化大师 | 电脑开不了机怎么重装系统 | 回收站清空了怎么恢复 | 硬盘分区丢失数据恢复 | 电脑卡顿重装系统有用吗 | U盘插入提示格式化数据恢复 | 电脑中毒文件被隐藏恢复 | 忘记电脑开机密码怎么办 | 新硬盘分区对齐工具 | 旧电脑装Win10流畅工具 | SD卡照片删除恢复免费版 | 移动硬盘打不开提示损坏修复 | 电脑无故重启系统修复工具 | 电脑小白一键重装神器 | 程序员电脑环境配置助手 | 设计师电脑字体/素材恢复工具 | 网吧网管系统维护工具箱 | 财务人员电脑发票备份恢复 | 学生党免费电脑系统安装包 | 电脑维修师傅必备工具盘 | 游戏玩家电脑性能优化助手 | 办公白领误删文档恢复软件 | 自媒体视频素材恢复工具 | 网课录制视频损坏修复工具 | 最好的U盘PE系统排名 | 数据恢复软件哪个最强 | 免费电脑助手与收费版区别 | 国产装机工具哪款无广告 | 离线版驱动助手推荐 | 轻量级电脑优化工具对比 | 支持NVMe驱动的PE工具 | 带网络功能的应急启动盘 | 2026最新版万能装机工具 | 支持Win11 24H2的PE工具 | 最新免激活系统重装工具 | 2026数据恢复软件破解版合集 | 纯净无捆绑装机助手V3.0 | 支持苹果M芯片的电脑助手 | 秋季更新版系统维护工具箱 | 电脑系统崩了怎么用U盘把重要资料拷贝出来 | 重装系统前哪些文件夹必须备份 | 固态硬盘误格式化还能恢复数据吗 | 如何制作一个既带PE又能存数据的双分区U盘 | 电脑总是弹窗广告用什么助手彻底拦截 后台管理
📢 欢迎访问系统之家!所有资源均经过安全检测。

Application

发布时间:2026-09-21 | 浏览:2
📥 下载地址(文章开头)
电脑助手解决一切电脑问题。
Access to this page requires authorization. You can try signing in or changing directories . Access to this page requires authorization. You can try changing directories . Represents an app that comprises part of or all of the functionality delivered in the package. Element hierarchy <Package> └─ <Applications> └─ <Application> ? optional (zero or one) Parent elements The Application element contains attributes that are common to the extensibility points that pertain to the app. This info is used by other extensibility points to get info about the app. Application attributes are also used as activation info in the startup and management of an instance of the app (in other words, they describe how to start a process, and with what behavior). The StartPage attribute applies only to JavaScript apps. If StartPage isn't specified, then both the Executable and EntryPoint attributes must be specified (and that applies only to C#, C++, or VB apps). uap10 was introduced in Windows 10, version 2004 (10.0; Build 19041) The uap10 namespace (for uap10:RuntimeBehavior and uap10:TrustLevel ) was introduced in Windows 10, version 2004 (10.0; Build 19041). If your package installs on systems older than that, then you need to provide an equivalent combination of attributes (see the following section), otherwise the activation info will be incomplete, and the install will fail. But if your package has <TargetDeviceFamily MinVersion="10.0.19041.0"> , or higher, then it installs only on systems that support the uap10 namespace. In that case, you should use the uap10:RuntimeBehavior and uap10:TrustLevel attributes in preference to the older equivalent combinations (see the following section). Combinations of activation info attributes You can specify activation info attributes on the Application element; and you can optionally specify them on an app-scope Extension element. If they're not specified on Extension , then they're inherited from the parent Application . You specify these attributes in combinations—for example, EntryPoint , RuntimeBehavior , and TrustLevel have overlapping meaning, and they're specified (and/or inherited) in combinations. Here are some valid combinations of activation info attributes. Executable , uap10:RuntimeBehavior ="packagedClassicApp", uap10:TrustLevel =["mediumIL", or "appContainer" (the default if omitted)] Executable , uap10:RuntimeBehavior ="win32App", uap10:TrustLevel ="mediumIL" (for other requirements, see the Description earlier in this topic for uap10:RuntimeBehavior ). Executable , EntryPoint ="windows.fullTrustApplication" (equivalent to uap10:RuntimeBehavior ="packagedClassicApp", uap10:TrustLevel ="mediumIL") Executable , EntryPoint ="windows.partialTrustApplication" (equivalent to uap10:RuntimeBehavior ="packagedClassicApp", uap10:TrustLevel ="appContainer") Executable , EntryPoint ="<anything else>"
📥 下载地址(文章中间)
电脑助手解决一切电脑问题。
As you can see, if your target system doesn't support the uap10 namespace, then you can specify the EntryPoint attribute instead. Similarly, the equivalent of uap10:TrustLevel ="appContainer"` on older systems is EntryPoint ="windows.partialTrustApplication". But it's redundant to specify both uap10:RuntimeBehavior / uap10:TrustLevel and EntryPoint at the same time. But if you do that, then it's an error if they contradict. Universal Windows Platform (UWP) app activations require EntryPoint . So if you specify Executable and uap10:RuntimeBehavior ="windowsApp" (with no EntryPoint ), then that's an error. In this same case, EntryPoint would specify something other than "windows.fullTrustApplication" and "windows.partialTrustApplication"; and values other than those two already say the same thing as uap10:RuntimeBehavior ="windowsApp". So uap10:RuntimeBehavior would be redundant in this case, and you'd specify Executable and EntryPoint . Setting uap10:RuntimeBehavior ="win32App" and uap10:TrustLevel ="appContainer" isn't supported. Setting uap10:TrustLevel="mediumIL" while uap10:RuntimeBehavior="windowsApp" requires the Microsoft.coreAppActivation_8wekyb3d8bbwe Custom Capability. This is also true if uap10:TrustLevel="mediumIL" and EntryPoint is any other value than "windows.fullTrustApplication" or "windows.partialTrustApplication" . You can read more about this custom capability here in Custom Capabilities . Important notes about multi-instancing apps If an app declares SupportsMultipleInstances within the Application element, then all foreground extensions will also be multi-instanced. If the app declares SupportsMultipleInstances within the Application element, then it does not need to be declared at the Extensions level (for example, in a BackgroundTasks or AppService element). The app should only declare SupportsMultipleInstances on background tasks, background audio, or app services. Console apps will always be multi-instanced and must explicitly declare SupportsMultipleInstances . Apps can use the ResourceGroup declaration in the manifest to group multiple background tasks into the same host. This conflicts with multi-instancing, where each activation goes into a separate host. Therefore, an app cannot declare both SupportsMultipleInstances and ResourceGroup in the manifest. For more info about using the SupportsMultipleInstances attribute to support multiple, separate instances of UWP apps, see Create a multi-instance Universal Windows App . Was this page helpful? Need help with this topic? Want to try using Ask Learn to clarify or guide you through this topic? Additional resources Last updated on 2026-06-17
📥 下载地址(文章结尾)
电脑助手解决一切电脑问题。