IWpfNotificationService..::..Information Method

Creates the information notification(s).

Namespace:  Wpf.NotificationCenter.Services
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


Notification Information(
	string title,
	string text,
	Nullable<string> notificationCenterName,
	AlertType alertType
)
Function Information ( _
	title As String, _
	text As String, _
	notificationCenterName As Nullable(Of String), _
	alertType As AlertType _
) As Notification
Notification^ Information(
	String^ title, 
	String^ text, 
	Nullable<String^> notificationCenterName, 
	AlertType^ alertType
)

Parameters

title
Type: String
The title.
text
Type: String
The text.
notificationCenterName
Type: Nullable<(Of <(<'String>)>)>
Name of the notification center.
alertType
Type: Wpf.NotificationCenter.Enums..::..AlertType
Type of the alert.

Return Value

Alert Center Notification.