ToastButton.SetContent(String) Method
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.
Sets the text to display on the button.
public Microsoft.Toolkit.Uwp.Notifications.ToastButton SetContent(string content);
member this.SetContent : string -> Microsoft.Toolkit.Uwp.Notifications.ToastButton
Public Function SetContent (content As String) As ToastButton
Parameters
- content
- String
The text to display on the button.
Returns
The current instance of the ToastButton.