共用方式為


SpeechCue.Id 屬性

定義

取得計時中繼資料追蹤的識別碼

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

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

屬性值

String

Platform::String

winrt::hstring

計時中繼資料追蹤的識別碼

實作

Id

適用於