RelationshipType Enum
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.
Relationship between trigger expressions.
public enum RelationshipType
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
Fields
Name | Value | Description |
---|---|---|
Specializes | 0 | First argument specializes the second, i.e. applies to a subset of the states the second argument covers. |
Equal | 1 | First and second argument are the same expression. |
Generalizes | 2 | First argument generalizes the second, i.e. applies to a superset of the states the second argument covers. |
Incomparable | 3 | Cannot tell how the first and second arguments relate. |