Share via


MefSelectorItemsSourceSyncBehavior Class

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

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.RegionBehavior
    Microsoft.Practices.Prism.Regions.Behaviors.SelectorItemsSourceSyncBehavior
      Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors.MefSelectorItemsSourceSyncBehavior

See Also

MefSelectorItemsSourceSyncBehavior Members

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