WpfDialogAssistant.ShowDialog Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function ShowDialog ( _
    window As Window _
) As Nullable(Of Boolean)
public static Nullable<bool> ShowDialog(
    Window window
)
public:
static Nullable<bool> ShowDialog(
    Window^ window
)
static member ShowDialog : 
        window:Window -> Nullable<bool> 
public static function ShowDialog(
    window : Window
) : Nullable<boolean>

Parameters

Return Value

Type: System.Nullable<Boolean>
Returns Boolean.

.NET Framework Security

See Also

Reference

WpfDialogAssistant Class

Microsoft.TeamFoundation.Controls.WPF Namespace