public ToastNotification PrepareNotificationContent(
string title,
string message,
string actionLabel,
Uri actionUri
)
Public Function PrepareNotificationContent (
title As String,
message As String,
actionLabel As String,
actionUri As Uri
) As ToastNotification
public:
ToastNotification^ PrepareNotificationContent(
String^ title,
String^ message,
String^ actionLabel,
Uri^ actionUri
)
member PrepareNotificationContent :
title : string *
message : string *
actionLabel : string *
actionUri : Uri -> ToastNotification
[Missing <param name="title"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]
[Missing <param name="message"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]
[Missing <param name="actionLabel"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]
[Missing <param name="actionUri"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]