VoiceCommandResponse.VoiceCommandContentTiles 属性

定义

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

public:
 property IVector<VoiceCommandContentTile ^> ^ VoiceCommandContentTiles { IVector<VoiceCommandContentTile ^> ^ get(); };
IVector<VoiceCommandContentTile> VoiceCommandContentTiles();
public IList<VoiceCommandContentTile> VoiceCommandContentTiles { get; }
var iVector = voiceCommandResponse.voiceCommandContentTiles;
Public ReadOnly Property VoiceCommandContentTiles As IList(Of VoiceCommandContentTile)

属性值

资产集合。

适用于

另请参阅