Share via


ITeamExplorer.IsNotificationVisible Method

Determine whether a notification associated with the specified id is currently visible in the Team Explorer.

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

Syntax

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

Parameters

  • id
    Type: System.Guid

    The id that was passed into ShowNotification for a particular notification.

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ITeamExplorer Interface

Microsoft.TeamFoundation.Controls Namespace