ScheduledToastNotification.Id 属性

定义

获取开发人员指定的值,该值用于标识特定的计划 toast。

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 个字符。

适用于

另请参阅