RegionMemberLifetimeAttribute Class

When RegionMemberLifetimeAttribute is applied to class provides data the RegionMemberLifetimeBehavior can use to determine if the instance should be removed when it is deactivated.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true, 
    Inherited = true)]
public sealed class RegionMemberLifetimeAttribute : Attribute
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface, AllowMultiple := True,  _
    Inherited := True)> _
Public NotInheritable Class RegionMemberLifetimeAttribute _
    Inherits Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Practices.Prism.Regions.RegionMemberLifetimeAttribute

See Also

RegionMemberLifetimeAttribute Members

Microsoft.Practices.Prism.Regions Namespace