ITeamExplorer.ShowNotification 方法

显示一通知消息。团队资源管理器 工具窗口。

命名空间:  Microsoft.TeamFoundation.Controls
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
Sub ShowNotification ( _
    message As String, _
    type As NotificationType, _
    flags As NotificationFlags, _
    command As ICommand, _
    id As Guid _
)
void ShowNotification(
    string message,
    NotificationType type,
    NotificationFlags flags,
    ICommand command,
    Guid id
)

参数

  • command
    类型:System.Windows.Input.ICommand
    这允许为所有嵌入的链接/对象将调用拥有的页(而不是允许默认处理程序尝试处理它们。
  • id
    类型:System.Guid
    用于定义通知的一组。只有一个通知显示具有特定ID一次将可见。

备注

调用ShowNotification具有相同ID再次会复盖以前通知。

.NET Framework 安全性

请参见

参考

ITeamExplorer 接口

Microsoft.TeamFoundation.Controls 命名空间