IRegion Methods

Include Protected Members
Include Inherited Members

The IRegion type exposes the following members.

Methods

  Name Description
Public method Activate
Marks the specified view as active.
Public method Add(Object)
Adds a new view to the region.
Public method Add(Object, String)
Adds a new view to the region.
Public method Add(Object, String, Boolean)
Adds a new view to the region.
Public method Deactivate
Marks the specified view as inactive.
Public method GetView
Returns the view instance that was added to the region using a specific name.
Public method Remove
Removes the specified view from the region.
Public method RequestNavigate
Initiates navigation to the target specified by the Uri.
(Inherited from INavigateAsync.)

Extension Methods

  Name Description
Public Extension Method RequestNavigate(String) Overloaded.
Initiates navigation to the target specified by the target.
(Defined by NavigationAsyncExtensions.)
Public Extension Method RequestNavigate(Uri) Overloaded.
Initiates navigation to the target specified by the Uri.
(Defined by NavigationAsyncExtensions.)
Public Extension Method RequestNavigate(String, Action<NavigationResult>) Overloaded.
Initiates navigation to the target specified by the target.
(Defined by NavigationAsyncExtensions.)

See Also

IRegion Interface

Microsoft.Practices.Prism.Regions Namespace