'Declaration Public Enum DependencyCircularityType Inherits System.Enum
public enum DependencyCircularityType : System.Enum
Member | Description |
---|---|
CircularDependency | A more complicated circularity exists in the within the project. |
TaskDependsOnDependent | The task has the same task in its both its Predecessors and Successors collections. |
TaskDependsOnDescendant | The task has one of its descendant tasks in its Predecessors or Successors collections. |
TaskDependsOnSelf | The task is in its own ProjectTask.Predecessors and ProjectTask.Successors collections. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2