次の方法で共有


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

適用対象

こちらもご覧ください