Condividi tramite


AppNotification.Tag Proprietà

Definizione

Ottiene o imposta un identificatore univoco che può essere usato per identificare un set di notifiche dell'app tra gruppi.

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 = appNotification.tag;
appNotification.tag = string;
Public Property Tag As String

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore univoco che specifica un set di notifiche dell'app tra gruppi.

Commenti

Il gruppo per una notifica dell'app viene specificato con la proprietà Group . La proprietà Tag consente a un'app di identificare un set di notifiche tra gruppi.

Si applica a