VoiceCommandContentTileType 枚举

定义

用于 Cortana 画布上的内容磁贴的布局模板。

使用 ContentTileType 属性指定模板。

备注

Cortana 反馈屏幕上的所有内容磁贴都必须使用相同的模板。

public enum class VoiceCommandContentTileType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VoiceCommandContentTileType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VoiceCommandContentTileType
var value = Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTileType.titleOnly
Public Enum VoiceCommandContentTileType
继承
VoiceCommandContentTileType
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

TitleOnly 0

仅项目标题。TitleOnly

TitleWith280x140Icon 6

带有加宽图像的项目标题。

TitleWith280x140IconAndText 7

项目标题,最多两行文本和宽图像。 TitleWith280x140IconAndText

TitleWith68x68Icon 2

带有小方形图像的项目标题。

TitleWith68x68IconAndText 3

项目标题,最多三行文本和小方形图像。 TitleWith68x68IconAndText

TitleWith68x92Icon 4

带有高图像的项目标题。

TitleWith68x92IconAndText 5

项目标题、最多三行文本和高大图像。 TitleWith68x92IconAndText

TitleWithText 1

最多包含三行文本的项目标题。 TitleWithText

适用于

另请参阅