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

최대 콘텐츠 타일 수입니다.

설명

표시할 수 있는 최대 타일 수는 표시되는 피드백 화면에 따라 달라집니다. ReportProgressAsync 또는 RequestConfirmationAsync대해 VoiceCommandResponse를 만들 때 하나의 항목과 RequestDisambiguationAsync대해 VoiceCommandResponse를 만들 때 둘 이상의 항목이 있습니다.

적용 대상

추가 정보