Version

DependencyCircularityType Enumeration

Represents the various types of dependency circularities which can be detected.
Syntax
'Declaration
 
Public Enum DependencyCircularityType 
   Inherits System.Enum
public enum DependencyCircularityType : System.Enum 
Members
MemberDescription
CircularDependencyA more complicated circularity exists in the within the project.
TaskDependsOnDependentThe task has the same task in its both its Predecessors and Successors collections.
TaskDependsOnDescendantThe task has one of its descendant tasks in its Predecessors or Successors collections.
TaskDependsOnSelfThe task is in its own ProjectTask.Predecessors and ProjectTask.Successors collections.
Requirements

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

See Also