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 が作成された場合は 1 つの項目、RequestDisambiguationAsync に対して VoiceCommandResponse が作成された場合は複数の項目。