BasicHelper.ShowMessageBox Method (String, String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Function ShowMessageBox ( _
message As String, _
title As String _
) As MsgResult
public MsgResult ShowMessageBox(
string message,
string title
)
public:
MsgResult ShowMessageBox(
String^ message,
String^ title
)
member ShowMessageBox :
message:string *
title:string -> MsgResult
public function ShowMessageBox(
message : String,
title : String
) : MsgResult
Parameters
- message
Type: System.String
- title
Type: System.String
Return Value
Type: Microsoft.VisualStudio.TeamFoundation.MsgResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.