IUIHostService.ShowWarning 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 ShowWarning ( _
    messageBoxText As String, _
    caption As String _
) As DialogResult
DialogResult ShowWarning(
    string messageBoxText,
    string caption
)
DialogResult ShowWarning(
    String^ messageBoxText, 
    String^ caption
)
abstract ShowWarning : 
        messageBoxText:string * 
        caption:string -> DialogResult
function ShowWarning(
    messageBoxText : String, 
    caption : String
) : DialogResult

Parameters

Return Value

Type: System.Windows.Forms.DialogResult
Returns DialogResult.

.NET Framework Security

See Also

Reference

IUIHostService Interface

Microsoft.TeamFoundation.MVVM Namespace