共用方式為


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)

屬性值

資產的集合。

適用於

另請參閱