次の方法で共有


VoiceCommandContentTile.TextLine3 プロパティ

定義

コンテンツ タイルで使用される 3 行目のテキストを取得または設定します。

ContentTileType プロパティを使用してタイル レイアウト テンプレートを指定します。

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

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

プロパティ値

String

Platform::String

winrt::hstring

コンテンツ タイルに関連付けられている 3 行目のテキスト。

適用対象

こちらもご覧ください