Partager via


AppNotificationButton.InputId Propriété

Définition

Obtient ou définit l’ID d’entrée d’un AppNotificationButton.

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

void InputId(winrt::hstring value);
public string InputId { get; set; }
var string = appNotificationButton.inputId;
appNotificationButton.inputId = string;
Public Property InputId As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne contenant l’ID d’entrée du bouton.

Remarques

Vous pouvez également définir l’ID d’entrée d’un bouton de notification d’application en appelant AppNotificationButton.SetInputId.

Pour obtenir des conseils sur l’utilisation des API AppNotificationBuilder pour créer l’interface utilisateur pour les notifications d’application, consultez contenu de notification d’application.

Pour plus d’informations sur le schéma XML pour les notifications d’application, consultez schéma de contenu de notification d’application.

S’applique à