VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles 属性

定义

获取后台应用服务可在 Cortana 画布上显示的最大内容磁贴数。

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

内容磁贴的最大数目。

注解

可显示的磁贴的最大数量取决于显示的反馈屏幕。 为 ReportProgressAsyncRequestConfirmationAsync 创建 VoiceCommandResponse 时为一个项,为 RequestDisambiguationAsync 创建 VoiceCommandResponse 时有多个项。

适用于

另请参阅