Windows 8 ストアアプリ開発覚えておくことTips5

Windows 8 ストアアプリ開発(開発言語共通)で覚えておくこと(メモ的に残しておく)

1. Windows ストアアプリでは、APIで取り扱えないファイルの種類がある

  • 一般的に、「実行ファイル」は取り扱えない
  • 取り扱えないファイルの種類(以下の拡張子のファイル)

Accountpicture-msAppxapplicationAppref-msBatCerChmCmdComCplcrtdlldrvExefongadgetHlpHtaInfInsjselnkMsiMspocxpif、、Ps1RegScfScrShbShsSysttfurlVbeVbsWsWscWsfWsh

 

https://msdn.microsoft.com/ja-jp/library/windows/apps/hh452684.aspx

 

2. Windows ストアアプリでは、APIで利用できないURIスキームがある

  • 取り扱えないURIスキーム

Application.manifestApplication.referenceBatfileBLOBCerfileChm.fileCmdfileComfileCplfileDllfileDrvfileExefileExplorer.AssocActionId.BurnSelectionExplorer.AssocActionId.CloseSessionExplorer.AssocActionId.EraseDiscExplorer.AssocActionId.ZipSelectionExplorer.AssocProtocol.search-msExplorer.BurnSelectionExplorer.CloseSessionExplorer.EraseDiscExplorer.ZipSelectionFILEFonfileHlpfileHtafileInffileInsfileInternetShortcutJsefileLnkfileMicrosoft.PowerShellScript.1MS-accountpictureproviderMs-appdataMs-appxMS-AUTOPLAYMsi.PackageMsi.PatchMs-windows-storeOcxfilePiffileRegfileScrfileScriptletfileShbfileShcmdfileShsfileSMBSysfileTtffileUnknownuserTileProvidervbefileVbsfileWindows.gadgetWsffileWsfileWshfile

https://msdn.microsoft.com/ja-jp/library/windows/apps/xaml/hh779670.aspx