VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles Eigenschaft

Definition

Ruft die maximale Anzahl von Inhaltskacheln ab, die der Hintergrund-App-Dienst auf der Cortana-Canvas anzeigen kann.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Die maximale Anzahl von Inhaltskacheln.

Hinweise

Die maximale Anzahl von Kacheln, die angezeigt werden können, hängt vom angezeigten Feedbackbildschirm ab. Ein Element, wenn voiceCommandResponse für ReportProgressAsync oder RequestConfirmationAsync erstellt wird, und mehrere Elemente, wenn voiceCommandResponse für RequestDisambiguationAsync erstellt wird.

Gilt für:

Weitere Informationen