IWindowDisplayService.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.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Function ShowDialog ( _
    key As String, _
    viewModel As ViewModelBase _
) As Nullable(Of Boolean)
Nullable<bool> ShowDialog(
    string key,
    ViewModelBase viewModel
)
Nullable<bool> ShowDialog(
    String^ key, 
    ViewModelBase^ viewModel
)
abstract ShowDialog : 
        key:string * 
        viewModel:ViewModelBase -> Nullable<bool> 
function ShowDialog(
    key : String, 
    viewModel : ViewModelBase
) : Nullable<boolean>

Parameters

Return Value

Type: System.Nullable<Boolean>
Returns Boolean.

.NET Framework Security

See Also

Reference

IWindowDisplayService Interface

Microsoft.TeamFoundation.MVVM Namespace