Windows 8 ストアアプリ開発覚えておくことTips5
Windows 8 ストアアプリ開発(開発言語共通)で覚えておくこと(メモ的に残しておく)
1. Windows ストアアプリでは、APIで取り扱えないファイルの種類がある
- 一般的に、「実行ファイル」は取り扱えない
- 取り扱えないファイルの種類(以下の拡張子のファイル)
Accountpicture-ms、Appx、application、 Appref-ms、Bat、Cer、Chm、 Cmd、 Com、 Cpl、 crt、 dll、drv、Exe、fon、gadget、Hlp、Hta、Inf 、Ins、 jse、 lnk、 Msi、 Msp、 ocx、 pif、、Ps1、Reg、Scf、Scr、Shb、Shs、Sys、ttf、url、Vbe、Vbs、 Ws、Wsc、Wsf、 Wsh
https://msdn.microsoft.com/ja-jp/library/windows/apps/hh452684.aspx
2. Windows ストアアプリでは、APIで利用できないURIスキームがある
- 取り扱えないURIスキーム
Application.manifest、Application.reference、Batfile、BLOB、Cerfile、Chm.file、 Cmdfile、 Comfile、Cplfile、Dllfile、Drvfile、Exefile、Explorer.AssocActionId.BurnSelection、Explorer.AssocActionId.CloseSession、Explorer.AssocActionId.EraseDisc、Explorer.AssocActionId.ZipSelection、Explorer.AssocProtocol.search-ms、Explorer.BurnSelection、Explorer.CloseSession、Explorer.EraseDisc、Explorer.ZipSelection、FILE、Fonfile、Hlpfile、Htafile、Inffile 、Insfile、InternetShortcut、 Jsefile、Lnkfile、Microsoft.PowerShellScript.1、MS-accountpictureprovider、Ms-appdata、Ms-appx、MS-AUTOPLAY、Msi.Package、 Msi.Patch、Ms-windows-store、Ocxfile、Piffile、Regfile、Scrfile、Scriptletfile、Shbfile、Shcmdfile、Shsfile、 SMB、 Sysfile、 Ttffile、 Unknown、userTileProvider、vbefile、 Vbsfile、Windows.gadget、 Wsffile、Wsfile、 Wshfile
https://msdn.microsoft.com/ja-jp/library/windows/apps/xaml/hh779670.aspx