VoiceCommandContentTileType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 | 项目标题,最多两行文本和宽图像。 |
TitleWith68x68Icon | 2 | 带有小方形图像的项目标题。 |
TitleWith68x68IconAndText | 3 | 项目标题,最多三行文本和小方形图像。 |
TitleWith68x92Icon | 4 | 带有高图像的项目标题。 |
TitleWith68x92IconAndText | 5 | 项目标题、最多三行文本和高大图像。 |
TitleWithText | 1 | 最多包含三行文本的项目标题。 |