ViewSortHintAttribute Class

Provides a hint from a view to a region on how to sort the view.

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

Syntax

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ViewSortHintAttribute : Attribute
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class ViewSortHintAttribute _
    Inherits Attribute

Inheritance Hierarchy

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

See Also

ViewSortHintAttribute Members

Microsoft.Practices.Prism.Regions Namespace