MefRegionActiveAwareBehavior Class

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

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

Syntax

[ExportAttribute(typeof(RegionActiveAwareBehavior))]
[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
public class MefRegionActiveAwareBehavior : RegionActiveAwareBehavior
'Declaration
<ExportAttribute(GetType(RegionActiveAwareBehavior))> _
<PartCreationPolicyAttribute(CreationPolicy.NonShared)> _
Public Class MefRegionActiveAwareBehavior _
    Inherits RegionActiveAwareBehavior

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.Behaviors.RegionActiveAwareBehavior
    Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors.MefRegionActiveAwareBehavior

See Also

MefRegionActiveAwareBehavior Members

Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors Namespace