VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
백그라운드 앱 서비스가 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
속성 값
최대 콘텐츠 타일 수입니다.
설명
표시할 수 있는 최대 타일 수는 표시되는 피드백 화면에 따라 달라집니다. ReportProgressAsync 또는 RequestConfirmationAsync에 대해 VoiceCommandResponse를 만들 때 하나의 항목과 RequestDisambiguationAsync에 대해 VoiceCommandResponse를 만들 때 둘 이상의 항목이 있습니다.