MessageBoxServiceBase.ShowInformation Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function ShowInformation ( _
messageBoxText As String, _
caption As String _
) As MessageBoxResult
public MessageBoxResult ShowInformation(
string messageBoxText,
string caption
)
public:
virtual MessageBoxResult ShowInformation(
String^ messageBoxText,
String^ caption
) sealed
abstract ShowInformation :
messageBoxText:string *
caption:string -> MessageBoxResult
override ShowInformation :
messageBoxText:string *
caption:string -> MessageBoxResult
public final function ShowInformation(
messageBoxText : String,
caption : String
) : MessageBoxResult
Parameters
- messageBoxText
Type: System.String
- caption
Type: System.String
Return Value
Type: System.Windows.MessageBoxResult
Returns MessageBoxResult.
Implements
IMessageBoxService.ShowInformation(String, String)
.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.