Connection Enumeration

The Connection Enumeration represents the types of connections that a group node can have (None, Up, Down, Across).

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Enumeration Connection
public enum Connection
public enum class Connection
type Connection
public enum Connection

Members

Member name Description
Across Middle of a group

Down StartRow of a group

None Not part of a group

Up EndRow of a group

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace