MefRegionNavigationContentLoader Class

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

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

Syntax

[PartCreationPolicyAttribute(CreationPolicy.Shared)]
[ExportAttribute(typeof(IRegionNavigationContentLoader))]
public class MefRegionNavigationContentLoader : RegionNavigationContentLoader
'Declaration
<PartCreationPolicyAttribute(CreationPolicy.Shared)> _
<ExportAttribute(GetType(IRegionNavigationContentLoader))> _
Public Class MefRegionNavigationContentLoader _
    Inherits RegionNavigationContentLoader

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.RegionNavigationContentLoader
    Microsoft.Practices.Prism.MefExtensions.Regions.MefRegionNavigationContentLoader

See Also

MefRegionNavigationContentLoader Members

Microsoft.Practices.Prism.MefExtensions.Regions Namespace