IViewInjectionService Members
Provides methods and properties to inject VewModels (and their Views) and operate with them.Properties
| Name | Description |
|---|---|
| RegionName | Gets or sets the region name. |
| SelectedViewModel | Gets or sets the selected ViewModel. |
| ViewModels | Gets the collection of injected View Models (and their Views). |
Methods
| 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