OrderToken Class
A generic class that identifies the sort order of hierarchical items.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustInherit Class OrderToken _
Implements IComparable(Of OrderToken)
'Usage
Dim instance As OrderToken
public abstract class OrderToken : IComparable<OrderToken>
public ref class OrderToken abstract : IComparable<OrderToken^>
public abstract class OrderToken implements IComparable<OrderToken>
Remarks
Use the OrderToken class to define priority that is based on some predefined defaults or based on other OrderToken classes.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.OrderToken
Microsoft.Windows.Design.Interaction.AdornerOrder
Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design Namespace