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


VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles Свойство

Определение

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

public:
 static property unsigned int MaxSupportedVoiceCommandContentTiles { unsigned int get(); };
static uint32_t MaxSupportedVoiceCommandContentTiles();
public static uint MaxSupportedVoiceCommandContentTiles { get; }
var uInt32 = VoiceCommandResponse.maxSupportedVoiceCommandContentTiles;
Public Shared ReadOnly Property MaxSupportedVoiceCommandContentTiles As UInteger

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

UInt32

unsigned int

uint32_t

Максимальное количество плиток содержимого.

Комментарии

Максимальное количество отображаемых плиток зависит от отображаемого экрана обратной связи. Один элемент при создании VoiceCommandResponse для ReportProgressAsync или RequestConfirmationAsync и несколько элементов при создании VoiceCommandResponse для RequestDisambiguationAsync.

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

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