ToastButton Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.