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
)
参数
- message
类型:System.String
显示的文本的通知。
- type
类型:Microsoft.TeamFoundation.Controls.NotificationType
这指示哪种类型的图标该通知能够访问。
- flags
类型:Microsoft.TeamFoundation.Controls.NotificationFlags
这些标志指示通知的行为。
- command
类型:System.Windows.Input.ICommand
这允许为所有嵌入的链接/对象将调用拥有的页(而不是允许默认处理程序尝试处理它们。
- id
类型:System.Guid
用于定义通知的一组。只有一个通知显示具有特定ID一次将可见。
备注
调用ShowNotification具有相同ID再次会复盖以前通知。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。