Partager via


VoiceCommandResponse.VoiceCommandContentTiles Propriété

Définition

Collection de ressources, contenant des données d’image et de texte, fournie par le service d’application d’arrière-plan pour l’affichage sur le canevas 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)

Valeur de propriété

Collection de ressources.

S’applique à

Voir aussi