image (磁贴架构)
指定磁贴模板中使用的图像。 提供的图像应与该模板中特定模板或图像的大小和形状要求匹配。
元素层次结构
语法
<image id = integer
src = string
alt = string
addImageQuery? = boolean />
密钥
?
可选 (零个或一个)
特性和元素
特性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
addImageQuery | 设置为 true 以允许 Windows 将查询字符串追加到磁贴通知中提供的图像 URI。 如果你的服务器托管图像并且可以处理查询字符串,则可通过基于查询字符串搜索图像变量,或通过忽略查询字符串并且不带查询字符串按指定方式返回图像,来使用此特性。 此查询字符串指定比例、对比度设置和语言;例如,值为 “www.website.com/images/hello.png” 包含在通知中变为 “www.website.com/images/hello.png?ms-scale=100&ms-contrast=standard&ms-lang=en-us” |
boolean | 否 | false |
alt | 辅助技术用户的图像说明。 |
字符串 | 否 | 无 |
id | 此图像用于的磁贴模板中的 image 元素。 如果模板只有一个映像,则此值为 1。 可用图像位置的数量基于模板定义。 |
integer | 是 | 无 |
src | 图像源的 URI,其中一个协议处理程序:
|
字符串 | 是 | 无 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
binding | 指定磁贴模板。 对于每个受支持的磁贴大小,每个通知都应包含一个绑定元素。 |
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/notifications/2012/tile.xsd |