ToastContentBuilder.GetToastContent Method

Definition

Get the instance of ToastContent that has been built by the builder with specified configuration so far.

public Microsoft.Toolkit.Uwp.Notifications.ToastContent GetToastContent ();
member this.GetToastContent : unit -> Microsoft.Toolkit.Uwp.Notifications.ToastContent
Public Function GetToastContent () As ToastContent

Returns

An instance of ToastContent that can be used to create tile notification.

Applies to