Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration of possible GraphContext search directions.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Enumeration GraphContextDirection
public enum GraphContextDirection
public enum class GraphContextDirection
type GraphContextDirection
public enum GraphContextDirection
Members
| Member name | Description | |
|---|---|---|
| Any | Search in any direction. | |
| ContainedBy | Search towards containment link sources. | |
| Contains | Search towards containment link targets. | |
| Custom | Perform a custom action. | |
| Self | Do not search along links. Just execute on the input nodes. | |
| Source | Search towards link sources. | |
| Target | Search towards link targets. |