Share via


VoiceCommandResponse.VoiceCommandContentTiles Property

Definition

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.

Applies to

See also