ScheduledToastNotification.Id Proprietà

Definizione

Ottiene un valore specificato dallo sviluppatore utilizzato per identificare un avviso popup pianificato specifico.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore. Questa stringa è limitata a 16 caratteri.

Si applica a

Vedi anche