IUIHostService.ShowInformation Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function ShowInformation ( _
messageBoxText As String, _
caption As String _
) As DialogResult
DialogResult ShowInformation(
string messageBoxText,
string caption
)
DialogResult ShowInformation(
String^ messageBoxText,
String^ caption
)
abstract ShowInformation :
messageBoxText:string *
caption:string -> DialogResult
function ShowInformation(
messageBoxText : String,
caption : String
) : DialogResult
Parameters
- messageBoxText
Type: System.String
- caption
Type: System.String
Return Value
Type: System.Windows.Forms.DialogResult
Returns DialogResult.
.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.