VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得背景 App Service 可在 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時,有一個專案。