Skip to main content

ViewInjectionManagerExtensions.Inject Method

Name Parameters Description
Inject(IViewInjectionManager, String, Object, Func<Object>, String) static service, regionName, key, viewModelFactory, viewName Static extension method that injects a ViewModel (and its View) with the specified parameters.
Inject(IViewInjectionManager, String, Object, Func<Object>, Type) static service, regionName, key, viewModelFactory, viewType Static extension method that injects a ViewModel (and its View) with the specified parameters.
Inject(IViewInjectionManager, String, Object, Func<Object>) static service, regionName, key, viewModelFactory Injects a ViewModel (and its View) with the specified parameters.