NotificationsExtensions.Toasts.ToastContent.ToastContent C# (CSharp) Method

ToastContent() public method

Initializes a new instance of toast content. You must then set the Visual property, which is required for a toast notification. You can optionally set Audio, Actions, and more.
public ToastContent ( ) : Windows.Data.Xml.Dom
return Windows.Data.Xml.Dom
        public ToastContent()
        {
        }