VoiceCommandContentTile.Title Proprietà

Definizione

Ottiene o imposta il titolo utilizzato nel riquadro del contenuto.

Specificare il modello di layout del riquadro con la proprietà ContentTileType .

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

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

Valore della proprietà

String

Platform::String

winrt::hstring

Titolo associato al riquadro del contenuto.

Si applica a

Vedi anche