IWindowDisplayService.Show 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
Sub Show ( _
    key As String, _
    viewModel As ViewModelBase _
)
void Show(
    string key,
    ViewModelBase viewModel
)
void Show(
    String^ key, 
    ViewModelBase^ viewModel
)
abstract Show : 
        key:string * 
        viewModel:ViewModelBase -> unit
function Show(
    key : String, 
    viewModel : ViewModelBase
)

Parameters

.NET Framework Security

See Also

Reference

IWindowDisplayService Interface

Microsoft.TeamFoundation.MVVM Namespace