IRegionBehaviorFactory Members

Include Protected Members
Include Inherited Members

The IRegionBehaviorFactory type exposes the following members.

Methods

  Name Description
Public method AddIfMissing
Adds a particular type of RegionBehavior if it was not already registered. the behaviorKey string is used to check if the behavior is already present
Public method ContainsKey
Determines whether a behavior with the specified key already exists
Public method CreateFromKey
Creates an instance of the Behaviortype that's registered using the specified key.
Public method GetEnumerator()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<String>.)
Public method GetEnumerator()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)

See Also

IRegionBehaviorFactory Interface

Microsoft.Practices.Prism.Regions Namespace