Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enumeration used to specify the winner of ordering ties.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Enumeration OrderTokenConflictResolution
'Usage
Dim instance As OrderTokenConflictResolution
public enum OrderTokenConflictResolution
public enum class OrderTokenConflictResolution
public enum OrderTokenConflictResolution
Members
Member name | Description | |
---|---|---|
Win | Indicates that this token should win during conflicts. If two tokens are compared that are equivalent and both have their OrderTokenConflictResolution set to Win, they are considered equal. | |
Lose | Indicates that this token should lose during conflicts. |
Remarks
The OrderTokenConflictResolution marker should be used only on predefined, default OrderToken instances to make sure their correct placement in a more complex chain of order dependencies.
See Also
Reference
Microsoft.Windows.Design Namespace