VoiceCommandResponse.VoiceCommandContentTiles Eigenschaft

Definition

Die Sammlung von Ressourcen, die Bild- und Textdaten enthalten, die vom Hintergrund-App-Dienst zur Anzeige auf dem Cortana-Canvas bereitgestellt werden.

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)

Eigenschaftswert

Die Sammlung von Ressourcen.

Gilt für:

Weitere Informationen