共用方式為


VoiceCommandResponse.MaxSupportedVoiceCommandContentTiles 屬性

定義

取得背景 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

屬性值

UInt32

unsigned int

uint32_t

內容磚的最大數目。

備註

可顯示的磚數目上限取決於所顯示的意見反應畫面。 針對ReportProgressAsyncRequestConfirmationAsync建立VoiceCommandResponse時有一個專案,當針對 RequestDisambiguationAsync建立VoiceCommandResponse時,有一個專案。

適用於

另請參閱