AllActiveRegion Methods

Include Protected Members
Include Inherited Members

The AllActiveRegion type exposes the following members.

Methods

  Name Description
Public method Activate
Marks the specified view as active.
(Inherited from Region.)
Public method Add(Object)
Adds a new view to the region.
(Inherited from Region.)
Public method Add(Object, String)
Adds a new view to the region.
(Inherited from Region.)
Public method Add(Object, String, Boolean)
Adds a new view to the region.
(Inherited from Region.)
Public method Deactivate
Deactive is not valid in this Region. This method will always throw InvalidOperationException.
(Overrides Region.Deactivate(Object).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetView
Returns the view instance that was added to the region using a specific name.
(Inherited from Region.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the specified view from the region.
(Inherited from Region.)
Public method RequestNavigate
Initiates navigation to the specified target.
(Inherited from Region.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also

AllActiveRegion Class

Microsoft.Practices.Prism.Regions Namespace