Partager via


ScheduledToastNotification.Id Propriété

Définition

Obtient une valeur spécifiée par le développeur utilisée pour identifier un toast planifié spécifique.

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

Valeur de propriété

String

Platform::String

winrt::hstring

L'identificateur. Cette chaîne est limitée à 16 caractères.

S’applique à

Voir aussi