Condividi tramite


VoiceCommandContentTile.ContentTileType Proprietà

Definizione

Ottiene o imposta il modello di layout usato per i riquadri del contenuto nell'area di disegno di Cortana .

Nota

Tutti i riquadri di contenuto in una schermata di feedback cortana devono usare lo stesso modello.

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

Valore della proprietà

Modello di riquadro del contenuto.

Si applica a

Vedi anche