MefContentControlRegionAdapter Class

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

Remarks

This allows the ConfigureContainer() 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<ContentControl>
    Microsoft.Practices.Prism.Regions.ContentControlRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefContentControlRegionAdapter

See Also

MefContentControlRegionAdapter Members

Microsoft.Practices.Prism.MefExtensions.Regions Namespace