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.GuidThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.