Share via


ScheduledToastNotification.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 = scheduledToastNotification.id;
scheduledToastNotification.id = string;
Public Property Id As String

プロパティ値

String

Platform::String

winrt::hstring

識別子。 この文字列は 16 文字に制限されています。

適用対象

こちらもご覧ください