ScheduledToastNotification.Tag Proprietà

Definizione

Ottiene o imposta una stringa che identifica in modo univoco una notifica di tipo avviso popup all'interno di un gruppo.

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

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

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore univoco per questa notifica all'interno di un gruppo.

Si applica a