Share via


Region.RegionManager Property

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).

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Property RegionManager As IRegionManager
public IRegionManager RegionManager { get; set; }
public:
virtual property IRegionManager^ RegionManager {
    IRegionManager^ get () sealed;
    void set (IRegionManager^ value) sealed;
}
function get_regionManager();
function set_regionManager(value);

Field Value

The IRegionManager where this IRegion is registered.

Implements

IRegion.RegionManager

Remarks

This is usually used by implementations of IRegionManager and should not be used by the developer explicitely.

See Also

Region Class

Microsoft.Practices.Composite.Presentation.Regions Namespace