MefAutoPopulateRegionBehavior Members

Include Protected Members
Include Inherited Members

The MefAutoPopulateRegionBehavior type exposes the following members.

Constructors

  Name Description
Public method MefAutoPopulateRegionBehavior
Initializes a new instance of the MefAutoPopulateRegionBehavior class.

Methods

  Name Description
Protected method AddViewIntoRegion
Adds a view into the views collection of this region.
(Inherited from AutoPopulateRegionBehavior.)
Public method Attach
Attaches the behavior to the region.
(Inherited from RegionBehavior.)
Protected method CreateViewsToAutoPopulate
Returns a collection of views that will be added to the View collection.
(Inherited from AutoPopulateRegionBehavior.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnAttach
Attaches the AutoPopulateRegionBehavior to the Region.
(Inherited from AutoPopulateRegionBehavior.)
Public method OnViewRegistered
Handler of the event that fires when a new viewtype is registered to the registry.
(Inherited from AutoPopulateRegionBehavior.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property IsAttached
Returns truetrue (True in Visual Basic) if the behavior is attached to a region, falsefalse (False in Visual Basic) otherwise.
(Inherited from RegionBehavior.)
Public property Region
Behavior's attached region.
(Inherited from RegionBehavior.)

See Also

MefAutoPopulateRegionBehavior Class

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