AllActiveRegion Members
Include Protected Members
Include Inherited Members
The AllActiveRegion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AllActiveRegion |
Methods
Name | Description | |
---|---|---|
Activate |
Marks the specified view as active.
(Inherited from Region.) |
|
Add | Overloaded.
Adds a new view to the region.
|
|
Deactivate |
Deactive is not valid in this Region. This method will always throw InvalidOperationException.
(Overrides Region.Deactivate(Object).) |
|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
GetView |
Returns the view instance that was added to the region using a specific name.
(Inherited from Region.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Remove |
Removes the specified view from the region.
(Inherited from Region.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ActiveViews |
Gets a readonly view of the collection of all the active views in the region. These are all the added views.
(Overrides Region.ActiveViews.) |
|
Behaviors |
Gets the collection of IRegionBehaviors that can extend the behavior of regions.
(Inherited from Region.) |
|
Context |
Gets or sets a context for the region. This value can be used by the user to share context with the views.
(Inherited from Region.) |
|
ItemMetadataCollection |
Gets the collection with all the views along with their metadata.
(Inherited from Region.) |
|
Name |
Gets the name of the region that uniequely identifies the region within a IRegionManager.
(Inherited from Region.) |
|
RegionManager |
Gets or sets the IRegionManager that will be passed to the views when adding them to the region, unless the view is added by specifying createRegionManagerScope as truetrue (True in Visual Basic).
(Inherited from Region.) |
|
Views |
Gets a readonly view of the collection of views in the region.
(Inherited from Region.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from Region.) |
See Also
Microsoft.Practices.Composite.Presentation.Regions Namespace