VoiceCommandResponse.VoiceCommandContentTiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The collection of assets, containing image and text data, provided by the background app service for display on the Cortana canvas.
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)
Property Value
The collection of assets.