VoiceCommandContentTile 类

定义

包含图像、文本和链接数据的资产,由后台应用服务提供,用于在 Cortana 画布上显示。

public ref class VoiceCommandContentTile sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandContentTile final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class VoiceCommandContentTile final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandContentTile
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class VoiceCommandContentTile
function VoiceCommandContentTile()
Public NotInheritable Class VoiceCommandContentTile
继承
Object Platform::Object IInspectable VoiceCommandContentTile
属性

Windows 要求

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

注解

MaxSupportedVoiceCommandContentTiles 指定后台应用服务可在 Cortana 画布上显示的最大磁贴数。

可显示的磁贴的最大数量取决于显示的反馈屏幕。 为 ReportProgressAsyncRequestConfirmationAsync 创建 VoiceCommandResponse 时为一个项,为 RequestDisambiguationAsync 创建 VoiceCommandResponse 时有多个项。

构造函数

VoiceCommandContentTile()

创建 VoiceCommandContentTile 类的实例。

属性

AppContext

获取或设置后台应用服务可与内容磁贴关联的补充信息。 Cortana 不使用此信息。

AppLaunchArgument

获取或设置一个字符串作为启动参数,该参数可由后台应用服务与响应相关联。

AppLaunchArgument 用于指定通过 Cortana 中的深层链接启动前台应用的状态或上下文。

ContentTileType

获取或设置用于 Cortana 画布上的内容磁贴的布局模板。

注意

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

Image

获取或设置内容磁贴上使用的图像。

使用 ContentTileType 属性指定磁贴布局模板。

TextLine1

获取或设置内容磁贴上使用的第一行文本。

使用 ContentTileType 属性指定磁贴布局模板。

TextLine2

获取或设置内容磁贴上使用的第二行文本。

使用 ContentTileType 属性指定磁贴布局模板。

TextLine3

获取或设置内容磁贴上使用的第三行文本。

使用 ContentTileType 属性指定磁贴布局模板。

Title

获取或设置内容磁贴上使用的标题。

使用 ContentTileType 属性指定磁贴布局模板。

适用于

另请参阅