GraphContextDirection Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. |