Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidThe id that was passed into ShowNotification for a particular notification.
Return Value
Type: System.Boolean
Returns Boolean.
.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.