Share via


IRegion.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.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

IRegionManager RegionManager { get; set; }
'Declaration
Property RegionManager As IRegionManager
    Get
    Set

Field Value

The IRegionManager where this IRegion is registered.

Remarks

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

See Also

IRegion Interface

Microsoft.Practices.Prism.Regions Namespace