次の方法で共有


VoiceCommandContentTile.TextLine2 プロパティ

定義

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

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

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象

こちらもご覧ください