메뉴 건너뛰기

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/
번호 제목 글쓴이 날짜 조회 수
970 Windows 10 Tip: Get started with the Game Bar on your Windows 10 PC 관리자 2016.10.25 10
969 A trusted way to shop online is coming to a Windows 10 device near you 관리자 2016.10.25 53
968 How to follow along with our Microsoft Windows 10 Event 관리자 2016.10.25 5
967 High DPI Scaling Improvements for Desktop Applications and “Mixed Mode” DPI Scaling in the Windows 10 Anniversary Update 관리자 2016.10.25 56
966 AWS 주간 소식 모음 – 2016년 10월 25일 관리자 2016.10.26 8
965 AWS 예산 기능 업데이트 – 비용 및 사용량 추적하기 관리자 2016.10.26 11
964 Announcing Windows 10 Insider Preview Build 14955 for Mobile and PC 관리자 2016.10.26 149684
963 MySQL 8.0 Labs: [Recursive] Common Table Expressions in MySQL (CTEs), Part Three – hierarchies 관리자 2016.10.26 11
962 Empowering a new wave of creativity with the Windows 10 Creators Update and Surface Studio 관리자 2016.10.27 13
961 Introducing 3D for everyone 관리자 2016.10.27 8
960 Ten things we announced today at Microsoft’s Windows 10 Event 관리자 2016.10.27 86
959 Kevin Gallo gives the developer perspective on today’s Windows 10 Event 관리자 2016.10.27 9
958 Amazon Cognito로 10분만에 인증 서비스 만들기 관리자 2016.10.28 11
957 Amazon DynamoDB 데이터 백업 및 복원 방법 – (2) 리전간 복제 기능을 활용한 데이터 이동 관리자 2016.10.28 47
956 Surface helps Apple MacBook owners trade up to Pen and on-screen touch 관리자 2016.10.28 11
위로