Enum ControlFlowPathAnnotation
C#
public enum ControlFlowPathAnnotation
Fields
AsNeeded | Specifies that path annotation will only be displayed when there are multiple input or output paths for the source or sink task of this precedence constraint. This is the default value. |
ConstraintDescription | Specifies that the path annotation value will be the description annotation assigned to the precedence constraint. |
ConstraintName | Specifies that the path annotation value will be the name of the precedence constraint. |
ConstraintOptions | Specifies that the path annotation value will be a summary of the options assigned to the properties of the precedence constraint. |
Never | Specifies that the path annotation should not be displayed for this precedence constraint. |