次の方法で共有


VoiceCommandContentTileType 列挙型

定義

Cortana キャンバス上のコンテンツ タイルに使用されるレイアウト テンプレート。

ContentTileType プロパティを使用してテンプレートを指定します。

注意

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

public enum class VoiceCommandContentTileType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VoiceCommandContentTileType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VoiceCommandContentTileType
var value = Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTileType.titleOnly
Public Enum VoiceCommandContentTileType
継承
VoiceCommandContentTileType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

TitleOnly 0

アイテムのタイトルのみ。TitleOnly

TitleWith280x140Icon 6

幅の広い画像を含むアイテム タイトル。

TitleWith280x140IconAndText 7

アイテムのタイトル、最大 2 行のテキスト、および幅の広い画像。 TitleWith280x140IconAndText

TitleWith68x68Icon 2

小さな正方形の画像を含む項目のタイトル。

TitleWith68x68IconAndText 3

項目のタイトル、最大 3 行のテキスト、小さな四角形の画像。 TitleWith68x68IconAndText

TitleWith68x92Icon 4

縦長の画像を含むアイテム タイトル。

TitleWith68x92IconAndText 5

アイテムのタイトル、最大 3 行のテキスト、および高い画像。 TitleWith68x92IconAndText

TitleWithText 1

最大 3 行のテキストを含むアイテム タイトル。 TitleWithText

適用対象

こちらもご覧ください