Share via


VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles Property

Definition

Gets the maximum number of content tiles the background app service can display on the Cortana canvas.

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

Property Value

UInt32

unsigned int

uint32_t

The maximum number of content tiles.

Remarks

The maximum number of tiles that can be displayed depends on the feedback screen being shown. One item when the VoiceCommandResponse is created for ReportProgressAsync or RequestConfirmationAsync, and more than one item when the VoiceCommandResponse is created for RequestDisambiguationAsync.

Applies to

See also