Condividi tramite


Metodo TeamExplorerViewModel.ShowNotification

Spazio dei nomi:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamExplorerViewModel Classe

Spazio dei nomi Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework