共用方式為


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

屬性值

內容磚範本。

適用於

另請參閱