Edit

Share via


ToastButton Constructors

Definition

Overloads

ToastButton()

Initializes a new instance of the ToastButton class.

ToastButton(String, String)

Initializes a new instance of the ToastButton class.

ToastButton()

Initializes a new instance of the ToastButton class.

public ToastButton ();
Public Sub New ()

Applies to

ToastButton(String, String)

Initializes a new instance of the ToastButton class.

public ToastButton (string content, string arguments);
new Microsoft.Toolkit.Uwp.Notifications.ToastButton : string * string -> Microsoft.Toolkit.Uwp.Notifications.ToastButton
Public Sub New (content As String, arguments As String)

Parameters

content
String

The text to display on the button.

arguments
String

App-defined string of arguments that the app can later retrieve once it is activated when the user clicks the button.

Applies to