VoiceCommandContentTile.TextLine1 屬性

定義

取得或設定內容磚上所使用的第一行文字。

使用 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

屬性值

String

Platform::String

winrt::hstring

與內容磚相關聯的第一行文字。

適用於

另請參閱