MefSelectorRegionAdapter Class

Exports the SelectorRegionAdapter 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(SelectorRegionAdapter))]
public class MefSelectorRegionAdapter : SelectorRegionAdapter
'Declaration
<PartCreationPolicyAttribute(CreationPolicy.Shared)> _
<ExportAttribute(GetType(SelectorRegionAdapter))> _
Public Class MefSelectorRegionAdapter _
    Inherits SelectorRegionAdapter

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.RegionAdapterBase<Selector>
    Microsoft.Practices.Prism.Regions.SelectorRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefSelectorRegionAdapter

See Also

MefSelectorRegionAdapter Members

Microsoft.Practices.Prism.MefExtensions.Regions Namespace