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

属性值

内容磁贴模板。

适用于

另请参阅