Partager via


VoiceCommandContentTile.TextLine1 Propriété

Définition

Obtient ou définit la première ligne de texte utilisée sur la vignette de contenu.

Spécifiez le modèle de disposition de vignette avec la propriété ContentTileType .

public:
 property Platform::String ^ TextLine1 { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TextLine1();

void TextLine1(winrt::hstring value);
public string TextLine1 { get; set; }
var string = voiceCommandContentTile.textLine1;
voiceCommandContentTile.textLine1 = string;
Public Property TextLine1 As String

Valeur de propriété

String

Platform::String

winrt::hstring

Première ligne de texte associée à la vignette de contenu.

S’applique à

Voir aussi