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 個字元。

適用於

另請參閱