Compartilhar via


VoiceCommandContentTile.ContentTileType Propriedade

Definição

Obtém ou define o modelo de layout usado para os blocos de conteúdo na tela da Cortana .

Observação

Todos os blocos de conteúdo em uma tela de comentários da Cortana devem usar o mesmo modelo.

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

Valor da propriedade

O modelo de bloco de conteúdo.

Aplica-se a

Confira também