IWindowDisplayService.Show Method
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
- key
Type: System.String
- viewModel
Type: Microsoft.TeamFoundation.MVVM.ViewModelBase
.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.