次の方法で共有


SpeechCue.Text プロパティ

定義

音声キューに関連付けられているテキストを取得または設定します。

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

void Text(winrt::hstring value);
public string Text { get; set; }
var string = speechCue.text;
speechCue.text = string;
Public Property Text As String

プロパティ値

String

Platform::String

winrt::hstring

音声キューに関連付けられているテキスト。

適用対象