uap:Logo (Windows 10,uap:FileTypeAssociation) 的子级

包含图像的文件的路径。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap:Logo>

语法

<uap:Logo>
  A string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", ".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 的应用扩展点。 文件类型关联指示应用已注册以处理指定类型的文件。

注解

徽标图像可以作为图像文件的直接路径或资源提供。 通过使用资源引用,你可以提供不同比例的图像,以便 Windows 可以选择适合设备和屏幕分辨率的最佳大小。 你还可以提供辅助功能的高对比度图像和本地化图像,以匹配不同的 UI 语言。 有关详细信息,请参阅 全球化 主题。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)