Partager via


AppNotificationButton.SetInputId(String) Méthode

Définition

Définit l’ID d’entrée d’un AppNotificationButton.

public:
 virtual AppNotificationButton ^ SetInputId(Platform::String ^ value) = SetInputId;
AppNotificationButton SetInputId(winrt::hstring const& value);
public AppNotificationButton SetInputId(string value);
function setInputId(value)
Public Function SetInputId (value As String) As AppNotificationButton

Paramètres

value
String

Platform::String

winrt::hstring

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

Retours

Retourne l’instance AppNotificationButton afin que des appels de méthode supplémentaires puissent être chaînés.

Remarques

Vous pouvez également définir l’ID d’entrée d’un bouton de notification d’application avec l'AppNotificationButton.InputId.

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 à