VoiceCommandContentTileType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 | アイテムのタイトルのみ。 |
TitleWith280x140Icon | 6 | 幅の広い画像を含むアイテム タイトル。 |
TitleWith280x140IconAndText | 7 | アイテムのタイトル、最大 2 行のテキスト、および幅の広い画像。 |
TitleWith68x68Icon | 2 | 小さな正方形の画像を含む項目のタイトル。 |
TitleWith68x68IconAndText | 3 | 項目のタイトル、最大 3 行のテキスト、小さな四角形の画像。 |
TitleWith68x92Icon | 4 | 縦長の画像を含むアイテム タイトル。 |
TitleWith68x92IconAndText | 5 | アイテムのタイトル、最大 3 行のテキスト、および高い画像。 |
TitleWithText | 1 | 最大 3 行のテキストを含むアイテム タイトル。 |