Compartir a través de


ScheduledToastNotification.Id Propiedad

Definición

Obtiene un valor especificado por el desarrollador que se usa para identificar una notificación del sistema programada específica.

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

Valor de propiedad

String

Platform::String

winrt::hstring

El identificador. Esta cadena está limitada a 16 caracteres.

Se aplica a

Consulte también