Skip to main content
A newer version of this page is available. .

ViewInjectionManager Methods

Allows you to perform injecting and manipulation under ViewModels (and their Views) in any section of the application’s code.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetService(String)
GetType() Gets the Type of the current instance. Inherited from Object.
Inject(String, Object, Func<Object>, String, Type)
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Navigate(String, Object) Navigates to the specified ViewModel (and its View) inside the corresponding region.
RaiseNavigatedAwayEvent(Object)
RaiseNavigatedEvent(Object)
RaiseViewModelClosingEvent(ViewModelClosingEventArgs)
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterNavigatedAwayEventHandler(Object, Action)
RegisterNavigatedEventHandler(Object, Action)
RegisterService(IViewInjectionService) Register the service. For internal use.
RegisterViewModelClosingEventHandler(Object, Action<ViewModelClosingEventArgs>)
Remove(String, Object) Removes the ViewModel (and its View) from the specified region.
ToString() Returns a string that represents the current object. Inherited from Object.
UnregisterNavigatedAwayEventHandler(Object, Action)
UnregisterNavigatedEventHandler(Object, Action)
UnregisterService(IViewInjectionService) Unregister the service. For internal use.
UnregisterViewModelClosingEventHandler(Object, Action<ViewModelClosingEventArgs>)
See Also