Поделиться через


VoiceCommandResponse.VoiceCommandContentTiles Свойство

Определение

Коллекция ресурсов, содержащих изображения и текстовые данные, предоставляемые фоновой службой приложений для отображения на холсте Кортаны .

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)

Значение свойства

Коллекция ресурсов.

Применяется к

См. также раздел