Condividi tramite


ScheduledToastNotification.Group Proprietà

Definizione

Ottiene o imposta l'identificatore del gruppo per la notifica.

public:
 property Platform::String ^ Group { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Group();

void Group(winrt::hstring value);
public string Group { get; set; }
var string = scheduledToastNotification.group;
scheduledToastNotification.group = string;
Public Property Group As String

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore di gruppo per la notifica.

Si applica a