 | IViewModelRootSetTopJobCunningViewModel method |
Sets the top JobListViewModel of the tree.
Returns the previous top JobListViewModel.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxIVishnuViewModel SetTopJobListViewModel(
IVishnuViewModel topJobListViewModel
)
Function SetTopJobListViewModel (
topJobListViewModel As IVishnuViewModel
) As IVishnuViewModel
IVishnuViewModel^ SetTopJobListViewModel(
IVishnuViewModel^ topJobListViewModel
)
abstract SetTopJobListViewModel :
topJobListViewModel : IVishnuViewModel -> IVishnuViewModel Parameters
- topJobListViewModel IVishnuViewModel
- The new top JobListViewModel of the tree.
Return value
IVishnuViewModelThe previous top JobListViewModel of the tree.
See also