次の方法で共有


VoiceCommandContentTile.ContentTileType プロパティ

定義

Cortana キャンバスのコンテンツ タイルに使用されるレイアウト テンプレートを取得または設定します。

注意

Cortana フィードバック画面のすべてのコンテンツ タイルでは、同じテンプレートを使用する必要があります。

public:
 property VoiceCommandContentTileType ContentTileType { VoiceCommandContentTileType get(); void set(VoiceCommandContentTileType value); };
VoiceCommandContentTileType ContentTileType();

void ContentTileType(VoiceCommandContentTileType value);
public VoiceCommandContentTileType ContentTileType { get; set; }
var voiceCommandContentTileType = voiceCommandContentTile.contentTileType;
voiceCommandContentTile.contentTileType = voiceCommandContentTileType;
Public Property ContentTileType As VoiceCommandContentTileType

プロパティ値

コンテンツ タイル テンプレート。

適用対象

こちらもご覧ください