IViewInjectionService Methods
Provides methods and properties to inject VewModels (and their Views) and operate with them.Name | Description |
---|---|
GetKey(Object) | Returns the key of an injected ViewModel (and its View). |
Inject(Object, Object, String, Type) | |
Remove(Object) | Removes the specified ViewModel (and its View) from the collection of the injected items. |
See Also