uap:DisplayName (Windows 10、 uap:FileTypeAssociation の子)

ユーザーに表示できるフレンドリ名。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap:DisplayName>

                        <uap:Protocol>

                             <uap:DisplayName>

構文

<uap:DisplayName>
  A string with a value between 1 and 256 characters in length. This string is localizable. 
</uap:DisplayName>

属性と要素

属性

なし。

子要素

なし。

親要素

親要素 説明
uap:FileTypeAssociation windows.fileTypeAssociation 型のアプリ拡張ポイントを宣言します。 ファイルの種類の関連付けは、指定した種類のファイルを処理するためにアプリが登録されていることを示します。
uap:Protocol windows.protocol 型のアプリ拡張ポイントを宣言します。 URI 関連付けは、指定されたスキームで URI を処理するためにアプリが登録されていることを示します。

注釈

この文字列はローカライズ可能です。

必要条件

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10 バージョン 1511 (ビルド 10586)