次の方法で共有


VoiceCommandResponse.VoiceCommandContentTiles プロパティ

定義

Cortana キャンバスに表示するためにバックグラウンド アプリ サービスによって提供される、画像とテキスト データを含む資産のコレクション。

public:
 property IVector<VoiceCommandContentTile ^> ^ VoiceCommandContentTiles { IVector<VoiceCommandContentTile ^> ^ get(); };
IVector<VoiceCommandContentTile> VoiceCommandContentTiles();
public IList<VoiceCommandContentTile> VoiceCommandContentTiles { get; }
var iVector = voiceCommandResponse.voiceCommandContentTiles;
Public ReadOnly Property VoiceCommandContentTiles As IList(Of VoiceCommandContentTile)

プロパティ値

資産のコレクション。

適用対象

こちらもご覧ください