名前空間: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
アセンブリ: Microsoft.TeamFoundation.Controls (Microsoft.TeamFoundation.Controls.dll 内)
構文
'宣言
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
)
パラメーター
- message
型 : System.String
- command
型 : System.Windows.Input.ICommand
- id
型 : System.Guid
実装
ITeamExplorer.ShowNotification(String, NotificationType, NotificationFlags, ICommand, Guid)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
関連項目
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework 名前空間