DefaultOrderings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static class defining some default placeholders for the ordering attributes.
public ref class DefaultOrderings abstract sealed
public static class DefaultOrderings
type DefaultOrderings = class
Public Class DefaultOrderings
- Inheritance
-
DefaultOrderings
Remarks
Orderable items that do not explicitly indicate they are before Lowest have an implicit constraint that they are after Lowest.
Orderable items that do not explicitly indicate they are after Highest have an implicit constraint that they are before Highest.
Fields
Default | |
High | |
Highest | |
Low | |
Lowest |