메뉴 건너뛰기

GREATUSER

free

Command-Line Activation of Universal Windows Apps As we continue to close the gap between Win32 and Universal Windows Apps, one of the features we’ve recently introduced is the ability to activate a UWA from a command line and pass the app arbitrary command-line arguments. This is available to Insiders from build 16226. This feature builds on the App Execution Alias extension already available for Desktop Bridge apps. To use this feature in a UWA, there are two key additions to your app: Add an appExecutionAlias extension to your app manifest. Override OnActivated and handle the incoming arguments. For the manifest entry, you first need to declare the XML namespace for the AppExecutionAlias element: <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap5"> The AppExecutionAlias is declared as an Extension within your Application. This is quite simple and almost the same as [ more... ]

The post Command-Line Activation of Universal Windows Apps appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/command-line-activation-of-universal-windows-apps/
번호 제목 글쓴이 날짜 조회 수
295 AWS 10월 온라인 세미나 – re:Invent 가이드, Amazon ECS/ECR 기반 마이크로서비스, AWS X-Ray 성능 추적 및 Apache MXNet 기반 딥러닝 등 관리자 2017.10.12 89
294 This Week on Windows: Surface Book 2 now available for pre-order, Xbox One X launch, Samsung HMD Odyssey availability and more 관리자 2017.11.10 89
293 Windows 10 Tip: Get started with Continue on PC in the Microsoft Edge mobile app 관리자 2017.12.05 89
292 Announcing Windows Server 2019 Insider Preview Build 17639 관리자 2018.04.11 89
291 Piwik analytics database: migrating from MySQL to MariaDB 관리자 2016.01.06 90
290 Introducing the Piwik Java Tracker – Analytics for your Java based applications 관리자 2016.01.06 90
289 AWS 월 비용 계산기, 서울 리전 지원 시작 관리자 2016.03.11 90
288 Beautiful apps made possible and easy with Windows.UI 관리자 2016.08.24 90
287 Ten things we announced today at Microsoft’s Windows 10 Event 관리자 2016.10.27 90
286 Monitor’s Bounty available now for Halo 5: Guardians 관리자 2016.12.09 90
285 Hybrid Data Encryption by Example using MySQL Enterprise Edition 관리자 2017.06.02 90
284 Windows Subsystem for Linux on Windows Server 관리자 2017.08.09 90
283 Breaking on DOM Mutations in the Microsoft Edge DevTools 관리자 2017.12.05 90
282 Introducing HTTP/2 Server Push with NGINX 1.13.9 관리자 2018.02.21 90
281 Windows 10 Tip: Clear your workspace in two simple steps 관리자 2018.03.14 90
위로