次の方法で共有


desktop7:ApplicationRegistration

レジストリにアプリケーションを登録し、システム PATH 変数にアプリケーションを登録する必要を置き換えます。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <desktop7:Extension>

                        <desktop7:ApplicationRegistration>

構文

<desktop7:ApplicationRegistration 
  Name =  'A string with a value between 1 and 256 characters in length. This string is localizable.'
  Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'  
  ApplicationName = 'A string with a value between 1 and 256 characters in length.'
  ApplicationDescription = 'A string with a value between 1 and 256 characters in length.' />

属性と要素

属性

属性 説明 データ型 必須 既定値
名前 アプリケーションの表示名。 長さが 1 ~ 256 文字の値を持つ文字列。 この文字列はローカライズ可能です。 Yes
パス アプリケーションへのパス。 長さが 1 ~ 256 文字の文字列。、">:|?または *の各文字<を含めることはできません。 Yes
ApplicationName アプリケーションの名前です。 長さが 1 ~ 256 文字の値を持つ文字列。 Yes
ApplicationDescription アプリケーションの説明。 長さが 1 ~ 256 文字の値を持つ文字列。 Yes

子要素

なし。

親要素

親要素 説明
拡張子 アプリケーションの拡張ポイントを定義します。

注釈

アプリケーションの登録の詳細については、「アプリケーションの 登録」を参照してください。

必要条件

Item
名前空間 http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (ビルド 19645)