VoiceCommandContentTile.TextLine2 プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
コンテンツ タイルに関連付けられているテキストの 2 行目。