TeamExplorerPageViewModelBase.ShowNotification, méthode
Espace de noms : Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Sub ShowNotification ( _
message As String, _
type As NotificationType, _
flags As NotificationFlags, _
command As ICommand, _
guid As Guid _
)
public void ShowNotification(
string message,
NotificationType type,
NotificationFlags flags,
ICommand command,
Guid guid
)
Paramètres
- message
Type : System.String
- flags
Type : Microsoft.TeamFoundation.Controls.NotificationFlags
- command
Type : System.Windows.Input.ICommand
- guid
Type : System.Guid
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TeamExplorerPageViewModelBase Classe
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer, espace de noms