Compartir a través de


VoiceCommandContentTile.ContentTileType Propiedad

Definición

Obtiene o establece la plantilla de diseño usada para los iconos de contenido en el lienzo de Cortana .

Nota:

Todos los iconos de contenido de una pantalla de comentarios de Cortana deben usar la misma plantilla.

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 de propiedad

Plantilla de icono de contenido.

Se aplica a

Consulte también