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
- message
Tipo: System.String
- command
Tipo: System.Windows.Input.ICommand
- id
Tipo: System.Guid
Implementa
ITeamExplorer.ShowNotification(String, NotificationType, NotificationFlags, ICommand, Guid)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework