Share via


RegionManagerExtensions Members

Include Protected Members
Include Inherited Members

The RegionManagerExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member Add
Adds a region to the regionmanager with the name received as argument.
Public methodStatic member AddToRegion
Add a view to the Views collection of a Region. Note that the region must already exist in this regionmanager.
Public methodStatic member RegisterViewWithRegion(IRegionManager, String, Func<Object>)
Associate a view with a region, using a delegate to resolve a concreate instance of the view. When the region get's displayed, this delelgate will be called and the result will be added to the views collection of the region.
Public methodStatic member RegisterViewWithRegion(IRegionManager, String, Type)
Associate a view with a region, by registering a type. When the region get's displayed this type will be resolved using the ServiceLocator into a concrete instance. The instance will be added to the Views collection of the region
Public methodStatic member RequestNavigate(IRegionManager, String, String)
Navigates the specified region manager.
Public methodStatic member RequestNavigate(IRegionManager, String, Uri)
Navigates the specified region manager.
Public methodStatic member RequestNavigate(IRegionManager, String, String, Action<NavigationResult>)
Navigates the specified region manager.
Public methodStatic member RequestNavigate(IRegionManager, String, Uri, Action<NavigationResult>)
Navigates the specified region manager.

See Also

RegionManagerExtensions Class

Microsoft.Practices.Prism.Regions Namespace