VoiceCommandContentTile.ContentTileType Eigenschaft

Definition

Ruft die Layoutvorlage ab, die für die Inhaltskacheln auf der Cortana-Canvas verwendet wird, oder legt sie fest.

Hinweis

Alle Inhaltskacheln auf einem Cortana-Feedbackbildschirm müssen dieselbe Vorlage verwenden.

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

Eigenschaftswert

Die Inhaltskachelvorlage.

Gilt für:

Weitere Informationen