ToastContentBuilder.AddToastInput(IToastInput) Method

Definition

Add an input option to the Toast.

public Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder AddToastInput (Microsoft.Toolkit.Uwp.Notifications.IToastInput input);
member this.AddToastInput : Microsoft.Toolkit.Uwp.Notifications.IToastInput -> Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder
Public Function AddToastInput (input As IToastInput) As ToastContentBuilder

Parameters

input
IToastInput

An instance of a class that implement IToastInput that will be used on the toast.

Returns

The current instance of ToastContentBuilder

Applies to