次の方法で共有


uap:Logo (Windows 10、uap:Protocol の子)

イメージを含むファイルへのパス。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap:Logo>

                        <uap:Protocol>

                             <uap:Logo>

構文

<uap:Logo>
  <!-- A string between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that can't contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters can't be the first or last characters. Also, the string can contain / or \ but not both. -->
</uap:Logo>

属性と要素

属性

なし。

子要素

なし。

親要素

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

必要条件

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