Share via


ITeamExplorer.HideNotification Method

Removes the notification show using the specified id from the notification area.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Function HideNotification ( _
    id As Guid _
) As Boolean
bool HideNotification(
    Guid id
)
bool HideNotification(
    Guid id
)
abstract HideNotification : 
        id:Guid -> bool
function HideNotification(
    id : Guid
) : boolean

Parameters

  • id
    Type: System.Guid

    The id of the notification that should be removed.

Return Value

Type: System.Boolean
True if a notification was removed. False if a notification associated with id was not currently visible.

.NET Framework Security

See Also

Reference

ITeamExplorer Interface

Microsoft.TeamFoundation.Controls Namespace