Condividi tramite


VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles Proprietà

Definizione

Ottiene il numero massimo di riquadri del contenuto che il servizio app in background può visualizzare nell'area di disegno di 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

Valore della proprietà

UInt32

unsigned int

uint32_t

Numero massimo di riquadri del contenuto.

Commenti

Il numero massimo di riquadri che possono essere visualizzati dipende dalla schermata di feedback visualizzata. Un elemento quando voiceCommandResponse viene creato per ReportProgressAsync o RequestConfirmationAsync e più elementi quando voiceCommandResponse viene creato per RequestDisambiguationAsync.

Si applica a

Vedi anche