TeamExplorerViewModel.ShowNotification-Methode

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub ShowNotification ( _
    message As String, _
    type As NotificationType, _
    flags As NotificationFlags, _
    command As ICommand, _
    id As Guid _
)
public void ShowNotification(
    string message,
    NotificationType type,
    NotificationFlags flags,
    ICommand command,
    Guid id
)

Parameter

Implementiert

ITeamExplorer.ShowNotification(String, NotificationType, NotificationFlags, ICommand, Guid)

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamExplorerViewModel Klasse

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework-Namespace