Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.18 KB

appnotificationbutton_setinputid_488031236.md

File metadata and controls

39 lines (21 loc) · 1.18 KB
-api-id -api-type
M:Microsoft.Windows.AppNotifications.Builder.AppNotificationButton.SetInputId(System.String)
winrt method

Microsoft.Windows.AppNotifications.Builder.AppNotificationButton.SetInputId(System.String)

-description

Sets the input ID for an AppNotificationButton.

-parameters

-param value

A string containing the input ID for the button.

-returns

Returns the AppNotificationButton instance so that additional method calls can be chained.

-remarks

You can also set the input ID of an app notification button with the AppNotificationButton.InputId.

For guidance on using the AppNotificationBuilder APIs to create the UI for app notifications, see App notification content.

For reference information about the XML schema for app notifications, see App notification content schema.

-see-also

-examples