ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / RemoveNotification Method
The Notification to hide.

In This Topic
    RemoveNotification Method (FrameworkApplication)
    In This Topic
    Removes the specified notification.
    Syntax
    Public Shared Sub RemoveNotification( _
       ByVal notification As Notification _
    ) 
    public static void RemoveNotification( 
       Notification notification
    )

    Parameters

    notification
    The Notification to hide.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also