public static void AddNotification( Notification notification )
Public Shared Sub AddNotification( _ ByVal notification As Notification _ )
Parameters
- notification
- The Notification to show.
public static void AddNotification( Notification notification )
Public Shared Sub AddNotification( _ ByVal notification As Notification _ )
Notification notification = new Notification(); notification.Title = FrameworkApplication.Title; notification.Message = "Notification 1"; notification.ImageUrl = @"pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ToastLicensing32.png"; ArcGIS.Desktop.Framework.FrameworkApplication.AddNotification(notification);
Target Platforms: Windows 11, Windows 10, Windows 8.1