OrderTokenConflictResolution Enumeration
An enumeration used to specify the winner of ordering ties.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Enumeration OrderTokenConflictResolution
public enum OrderTokenConflictResolution
public enum class OrderTokenConflictResolution
type 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