MefRegionBehaviorFactory Class

Exports the RegionBehaviorFactory using the Managed Extensibility Framework (MEF).

Namespace:  Microsoft.Practices.Prism.MefExtensions.Regions
Assembly:  Microsoft.Practices.Prism.MefExtensions (in Microsoft.Practices.Prism.MefExtensions.dll)

Syntax

[ExportAttribute(typeof(IRegionBehaviorFactory))]
[PartCreationPolicyAttribute(CreationPolicy.Shared)]
public class MefRegionBehaviorFactory : RegionBehaviorFactory
'Declaration
<ExportAttribute(GetType(IRegionBehaviorFactory))> _
<PartCreationPolicyAttribute(CreationPolicy.Shared)> _
Public Class MefRegionBehaviorFactory _
    Inherits RegionBehaviorFactory

Remarks

This allows the MefBootstrapper to provide this class as a default implementation. If another implementation is found, this export will not be used.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionBehaviorFactory
    Microsoft.Practices.Prism.MefExtensions.Regions.MefRegionBehaviorFactory

See Also

MefRegionBehaviorFactory Members

Microsoft.Practices.Prism.MefExtensions.Regions Namespace